Domanda

I want to be able to use and connect to the same redis instance as the one that is defined for sidekiq.

In resque, it is retrieved byResque.redis

È stato utile?

Soluzione

Sidekiq takes a block, and the equivalent method is:

Sidekiq.redis { |x| x.redis }

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top