summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2018-12-27 23:55:20 -0800
committerAndy McCurdy <andy@andymccurdy.com>2018-12-27 23:55:20 -0800
commit0edfc3d252f4b7f0f38eb408f90e8cbcab8fd683 (patch)
treee9839448e5cc3b10e3b21eb368aeb3b07facad11 /CHANGES
parent09da8a5e526e3efa1dc5c9aae482c37e565a8c5b (diff)
downloadredis-py-0edfc3d252f4b7f0f38eb408f90e8cbcab8fd683.tar.gz
changelog
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 952cdda..efcf285 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
* 3.0.2 (in development)
+ * XPENDING_RANGE now requires the user the specify the min, max and
+ count arguments. Newer versions of Redis prevent ount from being
+ infinite so it's left to the user to specify these values explicitly.
* ZADD now returns None when xx=True and incr=True and an element
is specified that doesn't exist in the sorted set. This matches
what the server returns in this case. #1084