summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2010-01-13 09:40:50 -0500
committerantirez <antirez@gmail.com>2010-01-13 09:40:50 -0500
commitb74880b4ed84693e484efbbb5eef0eb98c37835b (patch)
tree2275c7e9dec4f92e11a1dd48fc18c8fb24ac736d /TODO
parent72e9fd40b63924355dd158ab552e5f339ad1f19b (diff)
downloadredis-b74880b4ed84693e484efbbb5eef0eb98c37835b.tar.gz
minor TODO and debugging info changes
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index cfd21b763..1ddf6f5d9 100644
--- a/TODO
+++ b/TODO
@@ -17,6 +17,7 @@ Virtual Memory sub-TODO:
* 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.
* Make sure to wait all the IO threads are done before to fork() for BGSAVE and BGREWRITEAOF
+* Enlarge the stack of threads, to problems when calling LZF lib.
VERSION 1.6 TODO (Virtual memory)
=================================