]> git.saurik.com Git - redis.git/blobdiff - TODO
DUMP implemented, RESTORE and MIGRATE fixed. Use zcalloc() instead of zmalloc()+memse...
[redis.git] / TODO
diff --git a/TODO b/TODO
index 580adda6959419c26d4b5e9cce929dec7d27c300..e7943307239a4a7e6ffb7e7f3ede3246ed76e418 100644 (file)
--- a/TODO
+++ b/TODO
@@ -12,6 +12,7 @@ WARNING: are you a possible Redis contributor?
 DISKSTORE TODO
 ==============
 
+* Fix FLUSHALL/FLUSHDB: the queue of pending reads/writes should be handled.
 * Check that 00/00 and ff/ff exist at startup, otherwise exit with error.
 * Implement sync flush option, where data is written synchronously on disk when a command is executed.
 * Implement MULTI/EXEC as transaction abstract API to diskstore.c, with transaction_start, transaction_end, and a journal to recover.