Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
timeout option in redisConnectWithOptions should be on connect only (r…
…edis#829) When connecting with a timeout, we shouldn't also call `redisSetTimeout` which will implement a timeout for commands. See related issue redis#722
- Loading branch information