summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2014-04-23 12:19:23 -0700
committerAndy McCurdy <andy@andymccurdy.com>2014-04-23 12:19:23 -0700
commitb54dee073199fff510fa068487505bf1de75310a (patch)
tree6b6e5b462c85c60d10d0d18ed12c3a69959884c2 /CHANGES
parent1469f5f870c5dc7e993254d92777dcdfec588cdb (diff)
downloadredis-py-b54dee073199fff510fa068487505bf1de75310a.tar.gz
added lexicographical sorted set commands
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5569ddf..d3d792d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,6 +11,8 @@
[cursor, data] type. Use scan_iter, hscan_iter, sscan_iter, and
zscan_iter for iterators. Thanks Mathieu Longtin.
* Added support for SLOWLOG commands. Thanks Rick van Hattem.
+ * Added lexicographical commands ZRANGEBYLEX, ZREMRANGEBYLEX, and ZLEXCOUNT
+ for sorted sets.
* 2.9.1
* IPv6 support. Thanks https://github.com/amashinchi
* 2.9.0