]> git.saurik.com Git - redis.git/blobdiff - TODO
more non blocking VM changes
[redis.git] / TODO
diff --git a/TODO b/TODO
index 705ac567daf8306d99af2c955111ca78a1f4f47f..ca8e6ddc2e749420e8f31aeb9c6db7d36b34b90f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -13,10 +13,9 @@ VERSION 1.4 TODO (Hash type)
 
 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().
+* vm-swap-file <filename>. The swap file should go where the user wants, and if it's already there and of the right size we can avoid to create it again.
+* it should be possible to give the vm-max-memory option in megabyte, gigabyte, ..., just using 2GB, 100MB, and so forth.
 
 VERSION 1.6 TODO (Virtual memory)
 =================================