summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2010-01-08 10:38:48 -0500
committerantirez <antirez@gmail.com>2010-01-08 10:38:48 -0500
commitec6c7a1d78d4f42f78d5e006d7b1e804388088a1 (patch)
treebb0b1827028e33b5334bbd77997bc1827454b2ae /TODO
parentace065423e275013f334ac8c40a96cb173c6897e (diff)
downloadredis-ec6c7a1d78d4f42f78d5e006d7b1e804388088a1.tar.gz
used_memory_human added to INFO output. Human readable amount of memory used.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 1 insertions, 3 deletions
diff --git a/TODO b/TODO
index 70e12672c..ca8e6ddc2 100644
--- a/TODO
+++ b/TODO
@@ -13,11 +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)
=================================