diff options
author | dvora-h <67596500+dvora-h@users.noreply.github.com> | 2022-11-21 14:37:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-21 14:37:44 +0200 |
commit | 7424e6557a3c3ab88c5446e04f39c3748b97cad6 (patch) | |
tree | 980d7e4d1a1ea26a23d58ab5701498951108a94f /setup.py | |
parent | e6cd4fdf3b159d7f118f154e28e884069da89d7e (diff) | |
download | redis-py-7424e6557a3c3ab88c5446e04f39c3748b97cad6.tar.gz |
Cherry-pick for 4.3.5 (#2441)
* fix is_connected (#2278)
* fix: workaround asyncio bug on connection reset by peer (#2259)
Fixes #2237
* Fix crash: key expire while search (#2270)
* fix expire while search
* sleep
* async_cluster: fix concurrent pipeline (#2280)
- each pipeline should create separate stacks for each node
* async_cluster: fix max_connections/ssl & improve args (#2217)
* async_cluster: fix max_connections/ssl & improve args
- set proper connection_class if ssl = True
- pass max_connections/connection_class to ClusterNode
- recreate startup_nodes to properly initialize
- pass parser_class to Connection instead of changing it in on_connect
- only pass redis_connect_func if read_from_replicas = True
- add connection_error_retry_attempts parameter
- skip is_connected check in acquire_connection as it is already checked in send_packed_command
BREAKING:
- RedisCluster args except host & port are kw-only now
- RedisCluster will no longer accept unknown arguments
- RedisCluster will no longer accept url as an argument. Use RedisCluster.from_url
- RedisCluster.require_full_coverage defaults to True
- ClusterNode args except host, port, & server_type are kw-only now
* async_cluster: remove kw-only requirement from client
Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
* More cherry picks to support latest module release
* Fix KeyError in async cluster - initialize before execute multi key commands (#2439)
* Fix KeyError in async cluster
* link to issue
* typo
* fixing lint
* fix json test
Co-authored-by: Mehdi ABAAKOUK <sileht@sileht.net>
Co-authored-by: Utkarsh Gupta <utkarshgupta137@gmail.com>
Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
Diffstat (limited to 'setup.py')
0 files changed, 0 insertions, 0 deletions