`django-valkey` 0.3.0, cluster, better async and more

hi again!! !:raised_hands:

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 :heart:

1 Like

Hi there,

Just wanted to say thank you for releasing it :slight_smile:

With that mess of licensing DO (DigitalOcean) provides only Valkey and that’s is save for us.

1 Like