diff options
author | antirez <antirez@gmail.com> | 2010-03-23 12:15:44 +0100 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2010-03-23 12:15:44 +0100 |
commit | 3ea27d37d1e6884a9fd0640f25b937fb9fe06aed (patch) | |
tree | 8907cfb333d5bf1a2f16d71a18c12bc622691cb0 /TODO | |
parent | 44efe66ef2ff2d6ae7df7363fb1e62df3b16f4ab (diff) | |
download | redis-3ea27d37d1e6884a9fd0640f25b937fb9fe06aed.tar.gz |
Empty value trigger key removal in all the operations
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ================================================================= |