summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2014-04-07 17:14:05 -0700
committerAndy McCurdy <andy@andymccurdy.com>2014-04-07 17:14:05 -0700
commitbee60a661062bea5f9fbdd7dc28bc17ecd902005 (patch)
treec5c54397d5172be917bd025ef0f442a6c1e682d7 /CHANGES
parent82a76b8621d9d0d722cac2deaf50bbee78b53e51 (diff)
parent8cd9f2311340e5eea01c5956bb1c4d4079a0b9d8 (diff)
downloadredis-py-bee60a661062bea5f9fbdd7dc28bc17ecd902005.tar.gz
Merge branch 'pr/441'
Conflicts: redis/client.py tests/test_commands.py
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2ecb073..935b0d6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,9 @@
Pepijn de Vos and Vincent Ohprecio.
* Updated TTL and PTTL commands with Redis 2.8+ semantics. Thanks Markus
Kaiserswerth.
+ * Added extra *SCAN commands that return iterators instead of the normal
+ [cursor, data] type. Use scan_iter, hscan_iter, sscan_iter, and
+ zscan_iter for iterators. Thanks Mathieu Longtin.
* 2.9.1
* IPv6 support. Thanks https://github.com/amashinchi
* 2.9.0