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