cunla / fakeredis-py

Implementation of Redis in python without having a Redis server running. Fully compatible with using redis-py.
https://fakeredis.moransoftware.ca/
BSD 3-Clause "New" or "Revised" License
298 stars 48 forks source link

Implement support for `TOPK.ADD` (topk command) #266

Closed cunla closed 9 months ago

cunla commented 10 months ago

Implement support for command TOPK.ADD in topk_mixin.py.

Increases the count of one or more items by increment.

Here is the Official documentation

andret13pinto commented 9 months ago

I also would like to work on this