summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Colish <dcolish@gmail.com>2011-03-14 17:15:31 -0400
committerDan Colish <dcolish@gmail.com>2011-03-14 17:15:31 -0400
commit87b08426a51e5861eda796311faa0e9248c25e2c (patch)
treec28e2e969133cb82577f1977f311b6236dc6d20e
parentd67fe6bb40f417f738f3fdd8e42e4d1873104ad8 (diff)
parent4d344ffe1287140dd3c0bed37ba4518730bdc0e2 (diff)
downloadredis-py-87b08426a51e5861eda796311faa0e9248c25e2c.tar.gz
Merge branch 'andy'
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f245772..c486402 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,8 @@
* Broke out some code that was Python 2.4 incompatible. redis-py should
now be useable on 2.4, but this hasn't actually been tested. Thanks
Dan Colish for the patch.
+ * Optimized some code using izip and islice. Should have a pretty good
+ speed up on larger data sets. Thanks Dan Colish.
* 2.2.3
* Added support for Hiredis. To use, simply "pip install hiredis" or
"easy_install hiredis". Thanks for Pieter Noordhuis for the hiredis-py