X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/38823f081799b5bcdbb07fd56478f07cb865640d..f870935d3e26fe79766f15bbaa5358c5379e390e:/TODO diff --git a/TODO b/TODO index 6e171887..705ac567 100644 --- 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) =================================