From: antirez Date: Tue, 16 Jun 2009 14:42:53 +0000 (+0200) Subject: Redis release candidate 1 X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/df3fd8d88da1432bbf42f6b02ecc19f92c02a2c3 Redis release candidate 1 --- diff --git a/Changelog b/Changelog index 0ce9bb4b..d690fb68 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,6 @@ +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 diff --git a/TODO b/TODO index 493ec382..83750ff9 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,6 @@ BEFORE REDIS 1.0.0-rc1 * Cover most of the source code with test-redis.tcl - * Remove tmp-.... files when saving child exits in the wrong way, to do so use tmp-pid.rdb as filename so that the parent can rebuild the file name just from the child pid. AFTER 1.0 stable release