mirror of
https://github.com/redis/go-redis.git
synced 2025-12-03 18:31:14 +03:00
address copilot comment
This commit is contained in:
@@ -62,7 +62,7 @@ var (
|
|||||||
// circuit breaker errors
|
// circuit breaker errors
|
||||||
var (
|
var (
|
||||||
// ErrCircuitBreakerOpen is returned when the circuit breaker is open
|
// ErrCircuitBreakerOpen is returned when the circuit breaker is open
|
||||||
ErrCircuitBreakerOpen = errors.New("" + logs.CircuitBreakerOpenErrorMessage)
|
ErrCircuitBreakerOpen = errors.New(logs.CircuitBreakerOpenErrorMessage)
|
||||||
)
|
)
|
||||||
|
|
||||||
// circuit breaker configuration errors
|
// circuit breaker configuration errors
|
||||||
|
|||||||
Reference in New Issue
Block a user