[Answered ]-Django efficient way to operate on cache values using redist

2👍

Other people have faced the same issue and have created Redis cache backends for Django so you can just import one of those, eg

https://django-redis.readthedocs.org/en/latest/

Leave a comment