module RedisClient::CircuitBreaker::Middleware

def connect(config)

def connect(config)
  config.circuit_breaker.protect { super }
end