class Redis::Connection::Synchrony

def write(command)

def write(command)
  @connection.send(build_command(*command).join(COMMAND_DELIMITER))
end