# File lib/em/protocols/memcache.rb, line 114 def self.connect host = 'localhost', port = 11211 EM.connect host, port, self, host, port end