X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/d1c920c53869907debf8a0f81ea320218fe95214..e12b27acf72ee7e40a6a39ffc7c109914c584cd9:/src/redis.h diff --git a/src/redis.h b/src/redis.h index 78294d0d..9924cee7 100644 --- a/src/redis.h +++ b/src/redis.h @@ -70,10 +70,12 @@ #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 #define REDIS_LIST_ZIPLIST 10 #define REDIS_SET_INTSET 11 +#define REDIS_ZSET_ZIPLIST 12 /* Objects encoding. Some kind of objects like Strings and Hashes can be * internally represented in multiple ways. The 'encoding' field of the object