summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorNial Daly <34862917+nialdaly@users.noreply.github.com>2022-07-24 14:31:23 +0100
committerGitHub <noreply@github.com>2022-07-24 16:31:23 +0300
commitc70845d9783d66e48074fa3ebb7157bb52f11704 (patch)
treedf1dd52ba7a3b6ffb5013528c0802b407d84b275 /CHANGES
parent912acccb610b182fa69420e2c79bb5bc06d94703 (diff)
downloadredis-py-c70845d9783d66e48074fa3ebb7157bb52f11704.tar.gz
Remove verbose logging from `redis-py/redis/cluster.py` (#2238)
* removed the logging module and its corresponding methods * updated CHANGES * except block for RedisClusterException and BusyLoadingError removed * removed unused import (redis.exceptions.BusyLoadingError) * empty commit to re-trigger Actions workflow * replaced BaseException with Exception * empty commit to re-trigger Actions workflow * empty commit to re-trigger Actions workflow * redundant logic removed * re-trigger pipeline * reverted changes * re-trigger pipeline * except logic changed
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index b4841dd..6a890ef 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-
+ * Remove verbose logging from cluster.py
* Add retry mechanism to async version of Connection
* Compare commands case-insensitively in the asyncio command parser
* Allow negative `retries` for `Retry` class to retry forever