技术栈
hyperlog
one 大白(●—●)
6 个月前
数据库
·
redis
·
缓存
·
hyperlog
《Redis使用手册之HyperLog与地理坐标应用》
127.0.0.1:6379> pfadd hyperlog a b c (integer) 1 127.0.0.1:6379> pfadd hyperlog a (integer) 0 127.0.0.1:6379> pfadd hyperlog d (integer) 1
一叶知秋临
7 个月前
redis
·
bitmap
·
zset
·
geo
·
hyperlog
Redis基本概念
Redis(Remote Dictionary Server ),即远程字典服务,是一个开源的使用ANSI C语言编写、支持网络、可基于内存亦可持久化的日志型、Key-Value数据库,并提供多种语言的API。