cunla / fakeredis-py

Implementation of Redis in python without having a Redis server running. Fully compatible with using redis-py.

Home Page:https://fakeredis.moransoftware.ca/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

cunla opened this issue · comments

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

I also would like to work on this