redis dict 字典数据结构
2020-04-07 11:36:36 0 举报
视图主要描述了 redis 字典的数据结构,字典的基础是哈希表,内部有两个哈希表,支持动态扩容和缩容。
作者其他创作
大纲/内容
ht[2]
key1
dictEntry*
sizemark
ht[1]
table
used
...
ht[0]
privdata
next
redis dict 字典数据结构
dictEntry
v1
buckets
type
dictht
key2
rehashidx != -1
size
rehashidx
wenfh2020.com
dict
v2
iterators
NULL
0 条评论
下一页