summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2010-01-07 08:56:57 -0500
committerantirez <antirez@gmail.com>2010-01-07 08:56:57 -0500
commit0d7170a4545d8771f64441f591f95015ba65212a (patch)
treeed2901ff5dcb597316bace089e636675af1b2eb2 /TODO
parentc9e5c23d5b6eda047f4dcf6f6327628302d89a57 (diff)
downloadredis-0d7170a4545d8771f64441f591f95015ba65212a.tar.gz
added process id information in INFO
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index 705ac567d..70e12672c 100644
--- 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)
=================================