django-cacheops

Package — CachingPython 3.7+Intermediate

Automatic query caching for Django ORM using Redis

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
Django, redis, funcy
Install
pip install django-cacheops

Learn by Difficulty

Quick Example

python
# Install: pip install django-cacheops
import django_cacheops

# Basic django-cacheops usage
print(f"Using django-cacheops")
# See documentation for detailed examples

django-cacheops is a third-party package. Automatic query caching for Django ORM using Redis. Install with: pip install django-cacheops

Try in Playground

Tags

packagecachingperformancestorage