summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2010-03-23 12:15:44 +0100
committerantirez <antirez@gmail.com>2010-03-23 12:15:44 +0100
commit3ea27d37d1e6884a9fd0640f25b937fb9fe06aed (patch)
tree8907cfb333d5bf1a2f16d71a18c12bc622691cb0 /TODO
parent44efe66ef2ff2d6ae7df7363fb1e62df3b16f4ab (diff)
downloadredis-3ea27d37d1e6884a9fd0640f25b937fb9fe06aed.tar.gz
Empty value trigger key removal in all the operations
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index 237fb6499..2c1192939 100644
--- a/TODO
+++ b/TODO
@@ -64,6 +64,7 @@ SMALL ONES:
* Don't save empty lists / sets / zsets on disk with snapshotting.
* Remove keys when a list / set / zset reaches length of 0.
* An option to exec a command slave-side if the master connection is lost: even cooler: if the script returns "0" the slave elects itself as master, otherwise continue trying to reconnect.
+* PING the master from time to time to check if it's gone.
THE "MAYBE" TODO LIST: things that may or may not get implemented
=================================================================