X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/7bf90179a32eeb7754c1a3244f6612ce780e7de4..b4bd05241da2772f457d0552d807e7cfd4dc8f33:/TODO diff --git a/TODO b/TODO index 237fb649..2c119293 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 =================================================================