]> git.saurik.com Git - redis.git/blobdiff - TODO
Fixed memory human style memory reporting, removed server.usedmemory, now zmalloc_use...
[redis.git] / TODO
diff --git a/TODO b/TODO
index 015a01a1ac237a3770fad484f1cf658a77e4ea41..0771cafe9f5a1ffc23b24748c3c4a5bbb901a5e7 100644 (file)
--- a/TODO
+++ b/TODO
@@ -14,6 +14,8 @@ Virtual Memory sub-TODO:
 * Divide swappability of objects by refcount
 * it should be possible to give the vm-max-memory option in megabyte, gigabyte, ..., just using 2GB, 100MB, and so forth.
 * Try to understand what can be moved into I/O threads that currently is instead handled by the main thread. For instance swapping file table scannig to find contiguous page could be a potential candidate (but I'm not convinced it's a good idea, better to improve the algorithm, for instance double the fast forward at every step?).
+* EXISTS should avoid loading the object if possible without too make the code too specialized.
+* vm-min-age <seconds> option
 
 * Hashes (HSET, HGET, HDEL, HEXISTS, HLEN, ...).