]> git.saurik.com Git - redis.git/blob - ziplist.h
implementation for a ziplist with push and pop support
[redis.git] / ziplist.h
1 #define ZIPLIST_HEAD 0
2 #define ZIPLIST_TAIL 1