class Redis::Connection::Synchrony

def write(command)

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