mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 16:51:22 +00:00
save zipmap encoded hashes as blobs. Work in progress.
This commit is contained in:
@ -70,6 +70,8 @@
|
||||
#define REDIS_ZSET 3
|
||||
#define REDIS_HASH 4
|
||||
#define REDIS_VMPOINTER 8
|
||||
/* Object types only used for persistence in .rdb files */
|
||||
#define REDIS_HASH_ZIPMAP 9
|
||||
|
||||
/* Objects encoding. Some kind of objects like Strings and Hashes can be
|
||||
* internally represented in multiple ways. The 'encoding' field of the object
|
||||
|
Reference in New Issue
Block a user