summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas Daskalakis <td@axiros.com>2019-07-15 14:20:27 +0200
committerAndy McCurdy <andy@andymccurdy.com>2019-07-17 15:49:02 -0700
commit5faed95b3b248d7d076298afd357a042cf916757 (patch)
tree7c1f1c2fa8ec5fe476ef31ead77ad6ccac5741a3 /CHANGES
parentacac4db0c064d2618d75f27a58384c97c16458fd (diff)
downloadredis-py-5faed95b3b248d7d076298afd357a042cf916757.tar.gz
Handle removed claimed messages without an exception
Fixes #1191
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e2d06c1..33309eb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -20,6 +20,8 @@
* Remove selectors in favor of nonblocking sockets. Selectors had
issues in some environments including eventlet and gevent. This should
resolve those issues with no other side effects.
+ * Fixed an issue with XCLAIM and previously claimed but not removed
+ messages. Thanks @thomdask. #1192/#1191
* 3.2.1
* Fix SentinelConnectionPool to work in multiprocess/forked environments.
* 3.2.0