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