summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2010-01-15 05:09:18 -0500
committerantirez <antirez@gmail.com>2010-01-15 05:09:18 -0500
commit1064ef8764eaa95b21c6abeaa7f626b389327999 (patch)
tree438cb0be814a499b74f3ca53ad40af3ca0794d08 /TODO
parent2e111efe5a8d5092a4a6d391096ff6712cf6f162 (diff)
downloadredis-1064ef8764eaa95b21c6abeaa7f626b389327999.tar.gz
removed a few races from threaded VM
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index 5e592c99a..3825948d9 100644
--- a/TODO
+++ b/TODO
@@ -16,9 +16,8 @@ Virtual Memory sub-TODO:
* Divide swappability of objects by refcount
* 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.
* redis-cli vmstat, calling INFO every second and printing VM stats ala vmstat.
+* protect zmalloc memory usage increments with a mutex
VERSION 1.6 TODO (Virtual memory)
=================================