1
0
mirror of https://github.com/redis/go-redis.git synced 2025-08-08 23:42:06 +03:00

Add missing options to UniversalOptions

This commit is contained in:
Vladimir Mihailenco
2018-08-14 16:16:27 +03:00
parent 8ebf0b7750
commit 0d132966a4
4 changed files with 139 additions and 41 deletions

View File

@@ -54,10 +54,11 @@ type ClusterOptions struct {
OnConnect func(*Conn) error
Password string
MaxRetries int
MinRetryBackoff time.Duration
MaxRetryBackoff time.Duration
Password string
DialTimeout time.Duration
ReadTimeout time.Duration