Closed
Description
Context
We use django-redis for our project and I am in a situation where I need to make only one of my caches sentineled.
Ideally the others should also be converted but due to time constraints and other reasoning based on usage we want to convert only one for now.
Question
When trying to change this I noticed that this setting is global, which means that all my caches need to be sentineled for this to work. I am not exactly sure why this is global and/or if this could be moved into OPTIONS per cache to provide more flexibility.