class Redis::Connection::Synchrony

def connected?

def connected?
  @connection && @connection.connected?
end