mhfs/devise-async

Add support for namespaces for resque

Closed this issue · 1 comments

Adding support for namespaces is highly recommended for resque/redis

https://github.com/defunkt/redis-namespace

mhfs commented

@khelll devise-async does not interact with redis directly. Everything is done via Resque/Sidekiq and It should respect whichever namespace is set for them.

You can configure Resque namespace with something like:

Resque.redis.namespace = "yourapp_#{Rails.env}"