We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Redis底层数据结构的实现
Redis里常用数据结构的实现
#主要的数据结构
简单动态字符串 链表 字典 跳跃表 压缩列表 整数集合
源码详细:list.h list.c