Implementation of Redis API in python without having a server running. Fully compatible with using redis-py.
BSD 3-Clause "New" or "Revised" License
300
stars
49
forks
source link
Implement support for `TOPK.QUERY` (topk command) #268
Closed
cunla closed 10 months ago
Implement support for command
TOPK.QUERY
in topk_mixin.py.Checks whether one or more items are in a sketch.
Here is the Official documentation