redis数据结构
2021-07-27 18:55:08 0 举报
redis数据结构
作者其他创作
大纲/内容
数据类型(type)
next(8b)
双向链表压缩列表
alloc
buff(redis\\0)
2
元数据8b
raw编码方式(字符串大于44字节)
4
key(8b)
entry
简单动态字符
embstr编码方式(字符串小于扽等于44字节)
Sorted Set
ptr(8b)
set
跳表压缩列表
数据指针
编码方式(encoding)
String
Hash
其他信息
len
哈希表整数数组
List
7
压缩列表哈希表
虚拟内存
3
INT(8b)
Stringhashlistsetsorted set
int编码
SDS
value(8b)
rawinthtzipmaplinkedlistziplistintset
1
6
5
收藏
0 条评论
下一页