Darkle
You'd need to specify an alternate database (ideally). If Recache
is using db 1
, this extension uses that for it's own cache too. To specify a different database, simply set an environment variable REDIS_DATABASE_CACHE
to the value of your choice. Note this extension has not been explicitly tested with ReCache
, but it should be fine.
By default, this extension uses the following databases:
1
- Cache (REDIS_DATABASE_CACHE
)
2
- Queue (REDIS_DATABASE_QUEUE
)
3
- Session (REDIS_DATABASE_SESSION
)
At present, the queue is not restarted automatically. Depending on your configuration you may be able to add a local extender to listen for Enabled/Disabled
and trigger a queue stop/start. If you are vertically scaling, this starts to become a little more tricky however.