module RedisClient::CircuitBreaker::Middleware

def call(_command, config)

def call(_command, config)
  config.circuit_breaker.protect { super }
end