summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGreg Melton <gmelton@gmail.com>2022-08-02 01:08:40 -0700
committerGitHub <noreply@github.com>2022-08-02 11:08:40 +0300
commitfd9fea6bc07bf0970a5a42c5ec1788272446910c (patch)
tree93d2abbbd235e932fd67bdc325b62519e37bbd85 /CHANGES
parentda9d903249d6a5ed1ef8bf66d9e9408a1ab7cd31 (diff)
downloadredis-py-fd9fea6bc07bf0970a5a42c5ec1788272446910c.tar.gz
ClusterPipeline Doesn't Handle ConnectionError for Dead Hosts (#2225)
* adds a retry that forces the nodes_manager to reinitialize if cluster pipleline connect to the one of the mapped nodes * fix line length error * add trailing comma * move appending cmd * updates changes * trigger build * fix linting errors
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2abf627..d2033ca 100644
--- a/CHANGES
+++ b/CHANGES
@@ -16,6 +16,8 @@
* 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
+ * ClusterPipeline Doesn't Handle ConnectionError for Dead Hosts (#2225)
+
* 4.1.3 (Feb 8, 2022)
* Fix flushdb and flushall (#1926)
* Add redis5 and redis4 dockers (#1871)