]> git.saurik.com Git - redis.git/blobdiff - TODO
VM now swaps objects out while loading datasets not fitting into vm-max-memory bytes...
[redis.git] / TODO
diff --git a/TODO b/TODO
index 705ac567daf8306d99af2c955111ca78a1f4f47f..70e12672c34c94066d4d2dd6efc58272fcddec5b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -17,6 +17,7 @@ Virtual Memory sub-TODO:
 * 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.
 
 VERSION 1.6 TODO (Virtual memory)
 =================================