# Constants
AuxType is redis metadata key-value pair.
DBSizeType is for RDB_OPCODE_RESIZEDB.
HashType is redis hash.
ListType is redis list.
SetType is redis set.
StringType is redis string.
ZSetType is redis sorted set.
# Variables
NewDecoder creates a new RDB decoder.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author