# File lib/sidekiq/limit_fetch/global/semaphore.rb, line 61 def increase_busy increase_local_busy redis {|it| it.rpush "#{PREFIX}:busy:#@name", Selector.uuid } end