redis源码学习2 数据结构

来源:互联网 发布:海龟交易源码 编辑:程序博客网 时间:2024/05/19 14:36

先列redis 用了哪些
adlist.c
dict.c
t_hash.c
t_list.c
t_set.c
t_string.c
t_zset.c
sds.c sds.h 字符串
ziplist.c
zipmap.c
geo.c geohash.c geohash_helper.c 地图算法
quicklist.c
sparkline.c sparkline.h
rax.c rax_malloc.h