hi again!! !
today i released version 0.3.0 of django-valkey
this version officially adds a backend for cluster servers, it’s as simple to use as any other backend, and you can find the documentation in Basic cluster configuration - django valkey
an experimental fix to the async problem raised in #36047 (`BaseConnectionHandler.close_all()` doesn't work with async clients) – Django and discussed in need input for async redis backend
we also provide better tools for people who need raw access to valkey-py
clients as mentioned in Raw operations - django valkey
this release also includes a massive amount of code cleanup, bug fixes, and other improvments.
as always, thanks for your time, and i’ll be glad to hear any feedback