标签:#redis

Posts

· 2020-05-05 · / / redis / 数据类型 / 编码类型

数据类型:

数据类型 名字 编码
list 列表 ziplist 、linkedlist
hash 哈希表 ziplist、hashmap
string 字符串 SDS
set 集合 IntSet
sorted set 有序集合 skiplist