summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2009-06-06 10:00:12 +0200
committerantirez <antirez@gmail.com>2009-06-06 10:00:12 +0200
commita3cc9e36aa9fe82bdd62cfb4916e3c1e4cb29583 (patch)
tree7ca65d37412e3c415aaca99f505e304fc82b001d /Changelog
parent9e9c0ce1702db12a71bef5ef877b5bf97c3c935e (diff)
downloadredis-a3cc9e36aa9fe82bdd62cfb4916e3c1e4cb29583.tar.gz
TODO updated
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index a70cce365..48f54e91c 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,10 @@
+2009-06-06 Makefile dependencies updated
+2009-06-05 Avoid a busy loop while sending very large replies against very fast links, this allows to be more responsive with other clients even under a KEY * against the loopback interface
+2009-06-05 Kill the background saving process before performing SHUTDOWN to avoid races
+2009-06-05 LREM now returns :0 for non existing keys
+2009-06-05 added config.h for #ifdef business isolation, added fstat64 for Mac OS X
+2009-06-04 macosx specific zmalloc.c, uses malloc_size function in order to avoid to waste memory and time to put an additional header
+2009-06-04 DEBUG OBJECT implemented
2009-06-04 backtrace support removed: unreliable stack trace :(
2009-06-04 initial backtrace dumping on sigsegv/sigbus + debug command
2009-06-03 Python lib updated