# File lib/memcache.rb, line 82
  def inspect
    "<Memcache: %d servers, ns: %p>" % [@servers.length, namespace]
  end