]> git.saurik.com Git - redis.git/commitdiff
Redis release candidate 1
authorantirez <antirez@gmail.com>
Tue, 16 Jun 2009 14:42:53 +0000 (16:42 +0200)
committerantirez <antirez@gmail.com>
Tue, 16 Jun 2009 14:42:53 +0000 (16:42 +0200)
Changelog
TODO

index 0ce9bb4bf52f1d5c0a69780ab0757abf1e2047ab..d690fb6807ddba2730ba53f2f9e052335314cfbe 100644 (file)
--- 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 493ec382e3fc226b37f493d11c7772ed63420aa8..83750ff9d4a6a97aa0599489d885754cde23197c 100644 (file)
--- 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