]> git.saurik.com Git - redis.git/blobdiff - Changelog
TODO updated
[redis.git] / Changelog
index a70cce365f150330e74323f0e0c6e19d9723e7e1..48f54e91cb50eb15fb5a014d6ab36fdafa7eef7c 100644 (file)
--- 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