module EventMachine::Protocols::Memcache

def initialize host, port = 11211

Other tags:
    Private: -
def initialize host, port = 11211
  @host, @port = host, port
end