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 `WAITAOF` (generic command) #327
Closed
cunla closed 3 weeks ago
Implement support for command
WAITAOF
in generic_mixin.py.Blocks until all of the preceding write commands sent by the connection are written to the append-only file of the master and/or replicas..
Here is the Official documentation
Upvote & Fund