X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/36c17a53b6aece050b79b667fd32064f6eb116c2..5b8ce85378f3b0887db254a20d1ae2cb7ad0ad55:/TODO diff --git a/TODO b/TODO index 2402a9d4..d7ba4a2f 100644 --- a/TODO +++ b/TODO @@ -17,6 +17,9 @@ DISKSTORE TODO * Implement MULTI/EXEC as transaction abstract API to diskstore.c, with transaction_start, transaction_end, and a journal to recover. * Stop BGSAVE thread on shutdown and any other condition where the child is killed during normal bgsave. * Use a mutex to log on the file, so that we don't get overlapping messages, or even better make sure to use a single write against it. +* Fix RANDOMKEY to really do something interesting +* Fix DBSIZE to really do something interesting +* Add a DEBUG command to check if an entry is or not in memory currently REPLICATION ===========