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) {