From b46251d92970468f5e55e06db1f580acf1fab1c4 Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 29 Mar 2011 11:04:55 +0200 Subject: [PATCH] TODO modified --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 580adda6..e7943307 100644 --- 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.