X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/bcde63785d6c6e54ae71216df8bec276f2c85155..626f6b2d644b2458184edf9318f24ce95ba83532:/TODO 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.