Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
sidekiq 用に定義されているものと同じ redis インスタンスを使用して接続できるようにしたいと考えています。
resque では、次のように取得されます。Resque.redis
Resque.redis
Sidekiq はブロックを受け取り、同等のメソッドは次のとおりです。
Sidekiq.redis { |x| x.redis }