Implementation of Redis API in python without having a server running. Fully compatible with using redis-py.
BSD 3-Clause "New" or "Revised" License
300
stars
49
forks
source link
Implement support for `COPY` (generic command) #322
Closed
cunla closed 3 weeks ago
Implement support for command
COPY
in generic_mixin.py.Copies the value of a key to a new key..
Here is the Official documentation
Upvote & Fund