Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: respect ctx in cmds run in DialContext (#620)
Update DialContext() to use the new DoContext() methods (added in v1.8.6) when configuring auth/clientName/db during connection creation. This prevents DialContex() from blocking for a long time if the redis server is unresponsive.
- Loading branch information