]> git.saurik.com Git - redis.git/blobdiff - TODO
Now SORT returns an empty bulk reply if the key does not exist
[redis.git] / TODO
diff --git a/TODO b/TODO
index 59c0bb14238ed41d0897593db0e3972860676159..b65bd486c6cf2eeb79d88f5d204339e404ff6715 100644 (file)
--- a/TODO
+++ b/TODO
@@ -75,6 +75,7 @@ it's not a guarantee they'll ever get implemented ;)
 * Pattern-matching replication.
 * Don't save empty lists / sets / zsets on disk with snapshotting.
 * Remove keys when a list / set / zset reaches length of 0.
+* Add an option to relax the delete-expiring-keys-on-write semantic *denying* replication and AOF when this is on? Can be handy sometimes, when using Redis for non persistent state, but can create problems. For instance should rename and move also "move" the timeouts? How does this affect other commands?
 
 DOCUMENTATION WISHLIST
 ======================