class Redis::Connection::Ruby

def write(command)

def write(command)
  @sock.write(build_command(command))
end