valkey-py
valkey-py copied to clipboard
Valkey Python client based on a fork of redis-py
We already use _Trusted Publishing_ and I think that the problem is that the doc's link starts with `valkey-py` while package is simply called `valkey`. I'm not sure if there...
hi i've written a client for cluster servers in `django-valkey` the local tests using an installed valkey seem fine, but the CI breaks with this error: ``` valkey.exceptions.ValkeyClusterException: Valkey Cluster...
hi we are trying to write a valkey backend for celery: [the PR](https://github.com/celery/celery/pull/9300) the integration test (and some normal usage) error with the following traceback: ``` self = , manager...
Many links in the doc and the source code still point to Redis doc. We can't just point to Vakey's doc in most cases, because Valkey is missing a lot...