From df3fd8d88da1432bbf42f6b02ecc19f92c02a2c3 Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 16 Jun 2009 16:42:53 +0200 Subject: [PATCH 1/1] Redis release candidate 1 --- Changelog | 3 +++ TODO | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.47.2