# File lib/sidekiq/limit_fetch/global/semaphore.rb, line 75 def probed_processes redis {|it| it.lrange "#{PREFIX}:probed:#@name", 0, -1 } end