Implementation of Redis in python without having a Redis server running. Fully compatible with using redis-py.
BSD 3-Clause "New" or "Revised" License
298
stars
48
forks
source link
Implement support for `TOPK.INCRBY` (topk command) #267
Closed
cunla closed 9 months ago
Implement support for command
TOPK.INCRBY
in topk_mixin.py.Increases the count of one or more items by increment.
Here is the Official documentation