Redis数据结构:
string
list
hash
set
zset
Redis底层数据结构:
REDIS_ENCODING_RAW,字符串
REDIS_ENCODING_INT,整数
REDIS_ENCODING_HT,哈希表
2019-03-14