cunla / fakeredis-py

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

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

Closed cunla closed 10 months ago

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