summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2013-12-03 16:13:48 -0800
committerAndy McCurdy <andy@andymccurdy.com>2013-12-03 16:13:48 -0800
commit27d7f152fcab84bbe71c57892644260f0b0c7219 (patch)
treefc12742e9e285d863a3914743039a2e60fac8422 /CHANGES
parentff3c816394638c676396d14ae770e4f46c018156 (diff)
downloadredis-py-27d7f152fcab84bbe71c57892644260f0b0c7219.tar.gz
some *SCAN cleanup
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 908aec2..89f2d7b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,7 @@
Mark Roberts.
* Error messages that the server sends to the client are now included
in the client error message. Thanks Sangjin Lim.
+ * Added the SCAN, SSCAN, HSCAN, and ZSCAN commands. Thanks Jingchao Hu.
* 2.8.0
* redis-py should play better with gevent when a gevent Timeout is raised.
Thanks leifkb.