class RedisClient

def disable_reconnection(&block)

def disable_reconnection(&block)
  ensure_connected(retryable: false, &block)
end