# File lib/sidekiq/limit_fetch/global/semaphore.rb, line 95
    def block
      redis {|it| it.set "#{PREFIX}:block:#@name", true }
    end