# File lib/memcache.rb, line 183
    def reset
        @mutex.synchronize do
            @servers.each { |server| server.close }
        end
    end