]> git.saurik.com Git - redis.git/blobdiff - TODO
Warns if /proc/sys/vm/overcommit_memory is set to 0 on Linux. Also make sure to don...
[redis.git] / TODO
diff --git a/TODO b/TODO
index 4c932d34f385a91967f56ae3d2ed22f9b4f4fbde..57ec0a5d1f8c758ad6e9784ba8db6bdcffe6de54 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,5 +1,7 @@
 BEFORE REDIS 1.0.0-rc1
 
+- Resize the expires hash tables if needed as well
+- Elapsed time in logs for SAVE when saving is going to take more than 2 seconds
 - TTL command that returns -1 if a key is not volatile otherwise the time to live of a volatile key.
 - Remove max number of args limit
 - What happens if the saving child gets killed or segfaults instead of ending normally? Handle this.