valkey-py icon indicating copy to clipboard operation
valkey-py copied to clipboard

Valkey Python client based on a fork of redis-py

Results 34 valkey-py issues
Sort by recently updated
recently updated
newest added

**Describe the bug/A short description of the bug.** Django project with chatroom, employs django-valkey, valkey, & channels[daphne] When the chatroom has been open for exactly 5 seconds, the web-socket disconnects...

### Pull Request check-list Make mypy slightly happier by fixing some typing in `socket.py` - [ ] Do tests and lints pass with this change? - [ ] Do the...

typing
blocked

Related to #217 Add a proper documentation for `close()` function. Also add an example of cluster workflow that would utilize `close()` at the end.

documentation

hi again 👋 https://valkey-py.readthedocs.io/en/latest/clustering.html#creating-clusters it might be worth to add a few lines about creating cluster client connections the ones i can see * `ValkeyCluster().from_url(...)` * `await ValkeyCluster(...).initialize()` * `await...

documentation
enhancement

Sometimes there's this traceback at the end of the CI run. This needs to be investigated. ``` Traceback (most recent call last): File "/home/runner/work/valkey-py/valkey-py/valkey/cluster.py", line 1304, in __del__ self.valkey_connection.close() File...

ci
potential-bug

As reported in https://github.com/valkey-io/valkey-py/pull/150 the current get_message behavior is confusing. Some people would reasonably expect it to default to being blocking. We should state this more explicitly in the documentation....

documentation
enhancement

Currently we only run the CI against valkey:latest which is the last stable release of valkey. It makes sense to test PRs against a version of valkey that is known...

enhancement
ci
maintenance

Hi, when using `protocol=3` and a `health_check_interval` that is positive against a Valkey instance that has AUTH configured, any command raises an authentication error. This is because the health check...

potential-bug

I'm not 100% sure this is related to Valkey itself, but it is a consistent behavior in which it stops happening when I switch Valkey from async to sync, all...

question
need-info

https://github.com/valkey-io/valkey-json

feature