1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

remove unused module

This commit is contained in:
Mike Perham 2022-09-30 07:36:13 -07:00
parent 3d89185bde
commit 1db4e1db4c
No known key found for this signature in database

View file

@ -1,7 +0,0 @@
module Sidekiq
module PoolAccess
def redis_pool
Thread.current[:sidekiq_redis_pool] || (@redis ||= Sidekiq::RedisConnection.create)
end
end
end