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 `WAIT` (generic command) #326

Closed cunla closed 3 weeks ago

cunla commented 2 months ago

Implement support for command WAIT in generic_mixin.py.

Blocks until the asynchronous replication of all preceding write commands sent by the connection is completed..

Here is the Official documentation

Upvote & Fund

Fund with Polar