redis的数据结构 Posted on 2019-05-03 Edited on 2021-02-05 In 2019 set: 当只有少量数字的时候,set是基于intset实现的。当数据量大了,或者有字符存在的时候,基于dict实现,其中value为null