+- Shutdown must kill other background savings before to start saving. Otherwise the DB can get replaced by the child that rename(2) after the parent for some reason. Child should trap the signal and remove the temp file name.
+- Document replication
+- Objects sharing configuration, add the directive "objectsharingpool <size>"
+- Make sure to convert all the fstat() calls to 64bit versions.
+- SINTERCOUNT, SUNIONCOUNT, SDIFFCOUNT
+
+AFTER 1.0 stable release
+
+- Use partial qsort for SORT + LIMIT. Don't copy the list into a vector when BY argument is constant.
+- Locking primitives
+- MDEL (or vararg DEL)
+- Write the hash table size of every db in the dump, so that Redis can resize the hash table just one time when loading a big DB.
+- Elapsed time in logs for SAVE when saving is going to take more than 2 seconds