# File lib/em-hiredis/connection.rb, line 13
    def reconnect(host, port)
      super
      @host, @port = host, port
    end