# File lib/memcache.rb, line 315
        def close
            @sock.close if @sock &&!@sock.closed?
            @sock   = nil
            @retry  = nil
            @status = "NOT CONNECTED"
        end