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.COUNT` (topk command) #269

Closed cunla closed 9 months ago

cunla commented 10 months ago

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

Return the count for one or more items are in a sketch.

Here is the Official documentation