CMS.INFO
语法
CMS.INFO key
- 可用版本
- Redis 开源版 / Bloom 2.0.0
- 时间复杂度
- O(1)
- ACL 类别
-
@cms,@read,@fast,
返回草图的宽度、深度和总计数。
参数
- key: 草图的名称。
返回值
包含过滤器信息的数组回复。
示例
redis> CMS.INFO test
1) width
2) (integer) 2000
3) depth
4) (integer) 7
5) count
6) (integer) 0