There are two in redis setup and their instances in my app. One for redis cache. I want that for background jobs I will use another instance.
I can't find a way where i define resqu to use specific redis address.
There are two in redis setup and their instances in my app. One for redis cache. I want that for background jobs I will use another instance.
I can't find a way where i define resqu to use specific redis address.
Copyright © 2021 Jogjafile Inc.
As described in the readme, you can point Resque to any Redis using the configuration file.
Then using redis-rails you can configure a different connnection for the cache, for example:
You would need to fill it in for the other environments as well.