CMS.INFO
语法
CMS.INFO key
- 可用:
- Redis 堆栈/Bloom 2.0.0
- 时间复杂度:
- O(1)
返回草图的宽度、深度和总数。
参数:
- key:草图的名称。
返回
Array 回复过滤器的信息。
例子
redis> CMS.INFO test
1) width
2) (integer) 2000
3) depth
4) (integer) 7
5) count
6) (integer) 0
CMS.INFO key
返回草图的宽度、深度和总数。
Array 回复过滤器的信息。
redis> CMS.INFO test
1) width
2) (integer) 2000
3) depth
4) (integer) 7
5) count
6) (integer) 0