github.com/go-redis/redis/v8.Options.MaxRetryBackoff (field)
10 uses
github.com/go-redis/redis/v8 (current package)
cluster.go#L143: MaxRetryBackoff: opt.MaxRetryBackoff,
options.go#L67: MaxRetryBackoff time.Duration
options.go#L176: switch opt.MaxRetryBackoff {
options.go#L178: opt.MaxRetryBackoff = 0
options.go#L180: opt.MaxRetryBackoff = 512 * time.Millisecond
pubsub.go#L632: return internal.RetryBackoff(attempt, c.opt.MinRetryBackoff, c.opt.MaxRetryBackoff)
redis.go#L339: return internal.RetryBackoff(attempt, c.opt.MinRetryBackoff, c.opt.MaxRetryBackoff)
sentinel.go#L79: MaxRetryBackoff: opt.MaxRetryBackoff,
sentinel.go#L108: MaxRetryBackoff: opt.MaxRetryBackoff,
universal.go#L151: MaxRetryBackoff: o.MaxRetryBackoff,
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |