Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return immediately if client is ready
No need to wait for redis to emit "ready" if the client connection is already ready. This prevents the function to forever hang awaiting for a ready command from an already ready client.
- Loading branch information