summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBar Shaul <88437685+barshaul@users.noreply.github.com>2022-06-23 19:28:02 +0300
committerGitHub <noreply@github.com>2022-06-23 19:28:02 +0300
commit63cf7ec5cbaca533b7607196dbf993917a65c0f9 (patch)
treefd02285634cdd1d7978e5c521edf89b201bb94a0 /CHANGES
parentd3a7a75c7b106e0864b3927c0904058e25c99958 (diff)
downloadredis-py-63cf7ec5cbaca533b7607196dbf993917a65c0f9.tar.gz
Added dynamic_startup_nodes configuration to RedisCluster. (#2244)
* Added dynamic_startup_nodes configuration to RedisCluster. By default, uses only the initial passed startup nodes to refresh the cluster topology. If set to true, sets the startup nodes to all of the discovered nodes. * Added RedisCluster specific options to the README file and updated CHANGES * Fixed timeout_error_topology_refresh test Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 4afc7ba..0af421b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,9 +11,9 @@
* Fix broken connection writer lock-up for asyncio (#2065)
* Fix auth bug when provided with no username (#2086)
* Fix missing ClusterPipeline._lock (#2189)
+ * Added dynaminc_startup_nodes configuration to RedisCluster
* Fix reusing the old nodes' connections when cluster topology refresh is being done
* Fix RedisCluster to immediately raise AuthenticationError without a retry
-
* 4.1.3 (Feb 8, 2022)
* Fix flushdb and flushall (#1926)
* Add redis5 and redis4 dockers (#1871)