Making Django faster: django-vcache

https://glitchtip.com/blog/2026-04-02-django-vcache

Announcing a project I've been working on. django-vcache is an asyncio-friendly and fast Django cache backend for Valkey/Redis. Uses the Rust redis crate and a Python bridge to achieve high performance. Let me know what questions you have about it.

5 points · 1 comments · view on lemmy.world

1 Comments

ExperimentalGuy@programming.dev · 3 pts · 122d

Always gotta love a little cache speed up.