func github.com/go-redis/redis/v8.isReadOnlyError

4 uses

	github.com/go-redis/redis/v8 (current package)
		cluster.go#L799: 		if isReadOnly := isReadOnlyError(lastErr); isReadOnly || lastErr == pool.ErrClosed {
		cluster.go#L1471: 		if isReadOnly := isReadOnlyError(err); isReadOnly || err == pool.ErrClosed {
		error.go#L72: 		return isReadOnlyError(err)
		error.go#L111: func isReadOnlyError(err error) bool {