What does HackerNews think of django-cacheops?
A slick ORM cache with automatic granular event-driven invalidation.
Language:
Python
I dont know any of this but doesn't the OP give a solution similar to this
https://github.com/Suor/django-cacheops
Nuts, I was hoping that this was an evolution of https://github.com/Suor/django-cacheops which uses Redis to cache and invalidate ORM result sets by an abstracted representation of filter values. It works, but has a lot of magic (as is the Django way) and takes some tending-to in production.
It makes it great for storing distributed locks, semaphores, and thanks to Lua scripting it can store/update cache invalidation lists - eg https://github.com/Suor/django-cacheops