summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorKristján Valur Jónsson <sweskman@gmail.com>2022-04-28 11:16:14 +0000
committerGitHub <noreply@github.com>2022-04-28 14:16:14 +0300
commitc29d158c854c659994b6d8704d4b420faaa95bca (patch)
treefe6e5ff9c6d5d611aa907115d8ec5c05581f77d5 /CHANGES
parentabd5aeffc5cca02826973ab32e4d43e200eff18e (diff)
downloadredis-py-c29d158c854c659994b6d8704d4b420faaa95bca.tar.gz
`Retry()`: Support negative `retries` value (#2110)
* Support negative `retries` value * Add unit test * Add unittest for blocking api
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9ca62f0..f954a07 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,5 @@
+ * Allow negative `retries` for `Retry` class to retry forever
* Add `items` parameter to `hset` signature
* Create codeql-analysis.yml (#1988). Thanks @chayim
* Add limited support for Lua scripting with RedisCluster