mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
added new RDB codes for ziplist encoded lists and intset encodeed sets
This commit is contained in:
parent
9fa7beb515
commit
9ad853ccde
@ -72,6 +72,8 @@
|
|||||||
#define REDIS_VMPOINTER 8
|
#define REDIS_VMPOINTER 8
|
||||||
/* Object types only used for persistence in .rdb files */
|
/* Object types only used for persistence in .rdb files */
|
||||||
#define REDIS_HASH_ZIPMAP 9
|
#define REDIS_HASH_ZIPMAP 9
|
||||||
|
#define REDIS_LIST_ZIPLIST 10
|
||||||
|
#define REDIS_SET_INTSET 11
|
||||||
|
|
||||||
/* Objects encoding. Some kind of objects like Strings and Hashes can be
|
/* Objects encoding. Some kind of objects like Strings and Hashes can be
|
||||||
* internally represented in multiple ways. The 'encoding' field of the object
|
* internally represented in multiple ways. The 'encoding' field of the object
|
||||||
|
Loading…
Reference in New Issue
Block a user