# File lib/memcache/server.rb, line 32
    def alive?
      @retry_at.nil? or @retry_at < Time.now
    end