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.INFO` (topk command) #271

Closed cunla closed 9 months ago

cunla commented 10 months ago

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

Returns information about a sketch.

Here is the Official documentation