django-cacheops
django-cacheops copied to clipboard
A slick ORM cache with automatic granular event-driven invalidation.
- add table of contents - formatting and minor changes for readability
hello and thank you for this great package. can you help me with using the package and redis with TLS connections? how can I configure that?
Now there is problem with polymorphic models and invalidate_m2o. When Model is inherited it's pk field is OneToOne field to parent model. And if there is some other model with...
thanks a lot
This PR adds a `cache_prefetch_related( *lookups, ops, timeout, lock )` method that will rewrite a regular `prefetch_related` call and attempt to pull the related models from the cache instead of...
Redis is running on an external service (AWS) and I'm having trouble configuring cacheops to talk to it without getting this error: `redis.exceptions.NoPermissionError: this user has no permissions to access...
I have seen in the various examples different settings for caching only get on auth.user table for 15 minutes. My question is why would you just want to cache the...
I'm just getting to know this package, and love it, but I definitely need multi-table inheritance invalidation... Here's my rough stab at it. It's a crazy busy weekend of work...
Cacheops is not working for me in production but it does in development . I can't tell if it's my settings. Here is my settings. `CACHEOPS_DEGRADE_ON_FAILURE=True CACHEOPS_ENABLED = True CACHEOPS_REDIS...