]> git.saurik.com Git - redis.git/blobdiff - TODO
new test added
[redis.git] / TODO
diff --git a/TODO b/TODO
index 6e17188736d07f4b2734fc43cbad045a11d00c0c..3825948d945ae0c944703bcee456ba394628f2fc 100644 (file)
--- a/TODO
+++ b/TODO
@@ -11,6 +11,14 @@ 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.
+* Divide swappability of objects by refcount
+* 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.
+* redis-cli vmstat, calling INFO every second and printing VM stats ala vmstat.
+* protect zmalloc memory usage increments with a mutex
+
 VERSION 1.6 TODO (Virtual memory)
 =================================