# File lib/em/protocols/memcache.rb, line 134 def initialize host, port = 11211 @host, @port = host, port end