Skip to main content

Full featured Valkey and Redis cache backend for Django

Project description

django-cachex

PyPI version Python versions CI

Cache extensions for django, including full featured Valkey and Redis cache backend for Django and a built-in admin interface.

Installation

pip install django-cachex[valkey]
# or
pip install django-cachex[redis]

Quick Start

CACHES = {
    "default": {
        "BACKEND": "django_cachex.cache.ValkeyCache",  # or RedisCache
        "LOCATION": "valkey://127.0.0.1:6379/1",       # or redis://...
    }
}

Features

  • Full-featured cache backends for Valkey and Redis with async support, extended data structures, distributed locking, Lua scripting, and more
  • Built-in admin interface for browsing, searching, and managing cache keys directly from Django admin
  • Drop-in replacement for Django's built-in Redis backend

Cache Backends

  • Unified Valkey and Redis support - Single package for both backends
  • Async support - Async versions of all extended methods
  • Mixing sync & async support - Async cache still works in sync code
  • Extended data structures - Hashes, lists, sets, sorted sets
  • TTL and pattern operations - ttl(), expire(), keys(), delete_pattern()
  • Lua script support - Register and execute Lua scripts with automatic key prefixing
  • Distributed locking - cache.lock() for cross-process synchronization
  • Sentinel and Cluster - High availability and horizontal scaling
  • Pluggable serializers - Pickle, JSON, MsgPack with fallback support
  • Pluggable compressors - Zlib, Gzip, LZ4, LZMA, Zstandard with fallback support

Cache Admin

Add django_cachex.admin to your INSTALLED_APPS to enable the cache admin interface:

INSTALLED_APPS = [
    # ...
    "django_cachex.admin",
]

Browse all configured caches, search and filter keys by type, and manage values directly:

Cache list Key list Key detail

Features:

  • Browse all configured cache backends (Valkey, Redis, LocMemCache, DatabaseCache, and more)
  • Search keys with wildcard patterns (user:*, *:session)
  • Filter by key type (string, list, set, hash, zset, stream)
  • View and edit values with type-specific operations
  • Inspect and modify TTL
  • View server info and memory statistics
  • Flush caches

For django-unfold users, use django_cachex.unfold instead for a themed interface.

Documentation

Full documentation at oliverhaas.github.io/django-cachex

Requirements

  • Python 3.12+
  • Django 5.2+
  • valkey-py 6.0+ or redis-py 6.0+

Acknowledgments

This project was started from django-redis and Django's official Redis cache backend. Some utility code for serializers and compressors is derived from django-redis, licensed under BSD-3-Clause. The admin functionality was inspired by django-redisboard. All of the above I used in production, noticed some flaws over the years, and for one reason or another a new package ended up the best way for progress for me here.

The Unfold theme integration optionally uses django-unfold.

I also want to mention django-valkey and dj-cache-panel, which I never really used, but are newer and interesting efforts of similar goals as this package has.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_cachex-0.3.0.tar.gz (97.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_cachex-0.3.0-py3-none-any.whl (132.2 kB view details)

Uploaded Python 3

File details

Details for the file django_cachex-0.3.0.tar.gz.

File metadata

  • Download URL: django_cachex-0.3.0.tar.gz
  • Upload date:
  • Size: 97.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for django_cachex-0.3.0.tar.gz
Algorithm Hash digest
SHA256 a583d130248c7188df3f936e525a4a426a1c540307eaa9629f4704c6ba59c519
MD5 021dd9907e54280c1a565e5daff3b211
BLAKE2b-256 791f6fb661f4c575dc2db1100c0f5b0838228223eae8570089ddf9e5b2c6ca2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for django_cachex-0.3.0.tar.gz:

Publisher: publish.yml on oliverhaas/django-cachex

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file django_cachex-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: django_cachex-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 132.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for django_cachex-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ce839136f6fed341f3307fca65d8071471d9a472cef34be5cab80b7787cc555e
MD5 a8862515db438f68d0832980ee7865b4
BLAKE2b-256 39e3732534e218b8b0e729fab013294cde7d45438f6dbd2a26225937a892ef64

See more details on using hashes here.

Provenance

The following attestation bundles were made for django_cachex-0.3.0-py3-none-any.whl:

Publisher: publish.yml on oliverhaas/django-cachex

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page