# File lib/em-hiredis/connection.rb, line 34
    def send_command(command, args)
      send_data(command(command, *args))
    end