# File lib/sidekiq/limit_fetch/global/semaphore.rb, line 108
    def blocking?
      redis {|it| it.get "#{PREFIX}:block:#@name" }
    end