summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2009-05-11 13:50:09 +0200
committerantirez <antirez@gmail.com>2009-05-11 13:50:09 +0200
commit7407797596cdc7ff4df1588cb0bacd2d3d5c67ac (patch)
tree58cf51206ba4e2828b46787adf9bdedff7f62701 /Changelog
parentb062edf392a70116031881f9af7a082d042a2dbd (diff)
downloadredis-7407797596cdc7ff4df1588cb0bacd2d3d5c67ac.tar.gz
Python client updated pushing from Ludo's repository
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 5a642a03b..3a8c398e9 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,8 @@
+2009-05-11 disconnect when we cannot read from the socket
+2009-05-11 benchmark utility now supports random keys
+2009-05-10 minor doc changes
+2009-05-09 added tests for vararg DEL
+2009-05-09 DEL is now a vararg, IMPORTANT: memory leak fixed in loading DB code
2009-05-09 doc changes
2009-05-09 CPP client added thanks to Brian Hammond
2009-05-06 Infinite number of arguments for MGET and all the other commands