# File lib/memcache.rb, line 277
        def inspect
            sprintf("<MemCache::Server: %s:%d [%d] (%s)>",
                    @host, @port, @weight, @status)
        end