redis的bitmap,hyperloglog,geo数据结构

1.getbit key offset:获取指定key对应偏移位上的Bit值 2.setbit key offset value:设置指定key对应偏移位上的bit值,value只能为0或1 3.Bitop op(and,or,not,xor) destkey key1[key2...]对指定key按位进行交,并,非,异或操作,并将结果保存到destkey中 4.bitcount key [sta
相关文章
相关标签/搜索