Redis 中的高级数据类型
摘要:
5个基础数据类型 高级功能 ① HyperLogLog (参考) 供不精确的去重计数功能,比较适合用来做大规模数据的去重统计,例如统计 UV > PFADD visitors alice bob carol (integer) 1 > PFCOUNT visitors (integer) 3 解释: 阅读全文
posted @ 2019-11-18 16:48 Lemo_wd 阅读(1278) 评论(0) 推荐(0)