]> git.saurik.com Git - redis.git/blobdiff - TODO
missing return caused protocol desync in CLUSTER SETSLOT
[redis.git] / TODO
diff --git a/TODO b/TODO
index 92b6ea9304d1c36d5ec47b27b8f7e0f1eb3ad581..8f0a5db204cffb57630b16ff9b8824401ac2bb2e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -54,6 +54,11 @@ KNOWN BUGS
     What happens if between 1 and 2 for some reason (system under huge load
     or alike) too many time passes? We should prevent expires while the
     AOF is loading.
+* #519: Slave may have expired keys that were never read in the master (so a DEL
+  is not sent in the replication channel) but are already expired since
+  a lot of time. Maybe after a given delay that is undoubltly greater than
+  the replication link latency we should expire this key on the slave on
+  access?
 
 DISKSTORE TODO
 ==============