TOPK.INFO
TOPK.INFO
Syntax
TOPK.INFO key
- Available in:
- Redis Stack / Bloom 2.0.0
- Time complexity:
- O(1)
Returns number of required items (k), width, depth and decay values.
Parameters
- key: Name of sketch.
Return
Array reply with information of the filter.
Examples
TOPK.INFO topk 1) k 2) (integer) 50 3) width 4) (integer) 2000 5) depth 6) (integer) 7 7) decay 8) "0.92500000000000004"
© 2006–2022 Salvatore Sanfilippo
Licensed under the Creative Commons Attribution-ShareAlike License 4.0.
https://redis.io/commands/topk.info/