func github.com/go-redis/redis/v8/internal.RetryBackoff
5 uses
github.com/go-redis/redis/v8/internal (current package)
internal.go#L9: func RetryBackoff(retry int, minBackoff, maxBackoff time.Duration) time.Duration {
github.com/go-redis/redis/v8
cluster.go#L1554: return internal.RetryBackoff(attempt, c.opt.MinRetryBackoff, c.opt.MaxRetryBackoff)
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)
ring.go#L463: return internal.RetryBackoff(attempt, c.opt.MinRetryBackoff, c.opt.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. |