]> git.saurik.com Git - redis.git/blobdiff - TODO
Introduced a new log verbosity level, so now DEBUG is really for debugging. Refactore...
[redis.git] / TODO
diff --git a/TODO b/TODO
index 6e17188736d07f4b2734fc43cbad045a11d00c0c..705ac567daf8306d99af2c955111ca78a1f4f47f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -11,6 +11,13 @@ VERSION 1.4 TODO (Hash type)
 * Synchronous Virtual Memory
 * BLPOP & C. tests (write a non blocking Tcl client as first step)
 
+Virtual Memory sub-TODO:
+* Check if the page selection algorithm is working well.
+* Fix support for large files
+* Divide swappability of objects by refcount
+* While loading DB from snapshot or AOF, swap objects as needed if maxmemory
+  is reached, calling swapOneObject().
+
 VERSION 1.6 TODO (Virtual memory)
 =================================