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