github.com/go-redis/redis/v8.FailoverOptions.MaxRetries (field)

5 uses

	github.com/go-redis/redis/v8 (current package)
		sentinel.go#L48: 	MaxRetries      int
		sentinel.go#L77: 		MaxRetries:      opt.MaxRetries,
		sentinel.go#L106: 		MaxRetries:      opt.MaxRetries,
		sentinel.go#L133: 		MaxRedirects: opt.MaxRetries,
		universal.go#L114: 		MaxRetries:      o.MaxRetries,