# File lib/em-hiredis/client.rb, line 5
    def self.connect(host = 'localhost', port = 6379)
      new(host, port).connect
    end