CMS.INFO

语法
CMS.INFO key
在以下版本可用
Redis Stack / Bloom 2.0.0
时间复杂度
O(1)

返回草图的宽度、深度和总计数。

参数

  • key: 草图的名称。

返回值

数组回复,包含过滤器的信息。

示例

redis> CMS.INFO test
 1) width
 2) (integer) 2000
 3) depth
 4) (integer) 7
 5) count
 6) (integer) 0

RATE THIS PAGE
Back to top ↑