Redis release candidate 1

This commit is contained in:
antirez 2009-06-16 16:42:53 +02:00
parent a3b21203d2
commit df3fd8d88d
2 changed files with 3 additions and 1 deletions

View File

@ -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

1
TODO
View File

@ -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