func github.com/go-redis/redis/v8.shouldRetry
6 uses
github.com/go-redis/redis/v8 (current package)
cluster.go#L826: if shouldRetry(lastErr, cmd.readTimeout() == nil) {
cluster.go#L1482: if shouldRetry(err, true) {
error.go#L27: func shouldRetry(err error, retryTimeout bool) bool {
redis.go#L327: retry = shouldRetry(err, retryTimeout)
redis.go#L412: if lastErr == nil || !canRetry || !shouldRetry(lastErr, true) {
ring.go#L614: if lastErr == nil || !shouldRetry(lastErr, cmd.readTimeout() == nil) {
![]() |
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. |