Pergunta

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

Foi útil?

Solução

Sidekiq takes a block, and the equivalent method is:

Sidekiq.redis { |x| x.redis }

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top