redis-压缩表
Contents
定义
- zlbytes, 压缩表表的总字节数
- zltail, 表头加上zltail即可指向表尾节点的
- zllen, 节点总数
节点构成:
添加新节点或删除节点,可能会引发连锁更新操作。
更多源码注释说明见ziplist.h
https://github.com/dalaizhao/redis/tree/feature_code_comment
节点构成:
添加新节点或删除节点,可能会引发连锁更新操作。
更多源码注释说明见ziplist.h
https://github.com/dalaizhao/redis/tree/feature_code_comment