]> git.saurik.com Git - redis.git/blobdiff - src/redis.h
node cluster configuration file configurable via redis.conf
[redis.git] / src / redis.h
index 3ceffd422b151720837f7e23a7aa12bf9e159172..26f334512bb7a4f748dcc3703847e7fb6a68d397 100644 (file)
@@ -86,6 +86,7 @@
 #define REDIS_ENCODING_LINKEDLIST 4 /* Encoded as regular linked list */
 #define REDIS_ENCODING_ZIPLIST 5 /* Encoded as ziplist */
 #define REDIS_ENCODING_INTSET 6  /* Encoded as intset */
+#define REDIS_ENCODING_SKIPLIST 7  /* Encoded as skiplist */
 
 /* Object types only used for dumping to disk */
 #define REDIS_EXPIRETIME 253