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 `COMMAND INFO` #246

Closed cunla closed 1 year ago

cunla commented 1 year ago

Is your feature request related to a problem? Please describe. Based on this SO question: https://stackoverflow.com/questions/77220056/programmatically-adding-commands-to-fakeredis-in-python. Should work with https://github.com/redis/redis-om-python.

cunla commented 1 year ago

248