class EventMachine::Hiredis::BaseClient
def self.connect(host = 'localhost', port = 6379)
def self.connect(host = 'localhost', port = 6379) conn = new(host, port) EM::Synchrony.sync conn.connect conn end
def self.connect(host = 'localhost', port = 6379) conn = new(host, port) EM::Synchrony.sync conn.connect conn end