You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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 <[email protected]>
* 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 <[email protected]>
Co-authored-by: Utkarsh Gupta <[email protected]>
Co-authored-by: Chayim I. Kirshen <[email protected]>
0 commit comments