Closed syedali7 closed 1 year ago
There is no direct support for any form of distributed cache currently. The discussion is going in #35.
Two approaches are achievable with a reasonable effort:
CACHEOPS_PREFIX
containing {...}
, see https://github.com/Suor/django-cacheops#sharing-redis-instance and discussion in #35.Both usually also invlolve custom CACHEOPS_CLIENT_CLASS
. Also many people modify cacheops to their needs but there is no of the shelve solution.
Please reopen if I understood your issue incorrectly.
The settings variable CACHEOPS_REDIS asks for db and works well with non cluster instance but not working with cluster mode as the connection should not mention db name.
Please help us here if there is any other way of using this library in cluster mode.