RedisBloom topk
commands (7/7 implemented)¶
TOPK.ADD¶
Increases the count of one or more items by increment
TOPK.COUNT¶
Return the count for one or more items are in a sketch
TOPK.INCRBY¶
Increases the count of one or more items by increment
TOPK.INFO¶
Returns information about a sketch
TOPK.LIST¶
Return full list of items in Top K list
TOPK.QUERY¶
Checks whether one or more items are in a sketch
TOPK.RESERVE¶
Initializes a TopK with specified parameters