Making Django faster: django-vcache
2mon 12d ago by lemmy.today/u/bufke in django@programming.dev from glitchtip.comAnnouncing 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.
Always gotta love a little cache speed up.