X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/a3cc9e36aa9fe82bdd62cfb4916e3c1e4cb29583..8034b0f9e0a7830f8fde62ad999fc58e103e9d7f:/Changelog diff --git a/Changelog b/Changelog index 48f54e91..c23d23eb 100644 --- a/Changelog +++ b/Changelog @@ -1,8 +1,33 @@ +2009-06-16 update-ruby-client script already points to ezmobius repo +2009-06-16 client libraries updated +2009-06-16 Redis release candidate 1 +2009-06-16 Better handling of background saving process killed or crashed +2009-06-14 number of keys info in INFO command thanks to Diego Rosario Brogna +2009-06-14 SPOP documented +2009-06-14 Clojure library thanks to Ragnar Dahlén +2009-06-10 It is now possible to specify - as config file name to read it from stdin +2009-06-10 sync with jodosha redis-rb +2009-06-10 Redis-rb sync +2009-06-10 max inline request raised again to 1024*1024*256 bytes +2009-06-10 max bytes in an inline command raised to 1024*1024 bytes, in order to allow for very large MGETs and still protect from client crashes +2009-06-08 SPOP implemented. Hash table resizing for Sets and Expires too. Changed the resize policy to play better with RANDOMKEY and SPOP. +2009-06-07 some minor changes to the backtrace code +2009-06-07 enable backtrace capabilities only for Linux and MacOSX +2009-06-07 Dump a backtrace on sigsegv/sigbus, original coded thanks to Diego Rosario Brogna, modified in order to work on different OSes and to enhance reliability +2009-06-06 Merge git://github.com/dierbro/redis +2009-06-06 add more output +2009-06-06 store static function pointer for a useful stack trace +2009-06-06 TODO updated 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 - put some order in code - better output 2009-06-05 added config.h for #ifdef business isolation, added fstat64 for Mac OS X +2009-06-04 remove die() :-) +2009-06-04 add compile options to debug +2009-06-04 initial commit print stack trace +2009-06-04 initial commit print stack trace 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 :(