# File lib/sidekiq/limit_fetch/global/semaphore.rb, line 13 def limit value = redis {|it| it.get "#{PREFIX}:limit:#@name" } value.to_i if value end