class Redis::Connection::Hiredis

def write(command)

def write(command)
  @connection.write(command)
end