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
281 stars 47 forks source link

Implement support for `TOPK.QUERY` (topk command) #268

Closed cunla closed 7 months ago

cunla commented 8 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