]> git.saurik.com Git - redis.git/blobdiff - TODO
modified a bit the ZREVRANGE test to cover a few lines of code more
[redis.git] / TODO
diff --git a/TODO b/TODO
index 8d4b711ed837d2fd3c85af4eb6c07c089aeb5c12..b65bd486c6cf2eeb79d88f5d204339e404ff6715 100644 (file)
--- a/TODO
+++ b/TODO
@@ -5,8 +5,7 @@ VERSION 1.2 TODO (Zsets, Integer encoding, Append only journal)
 
 Most of the features already implemented for this release. The following is a list of the missing things in order to release the first beta tar.gz:
 
-* When Redis runs as slave make sure to set the fake client it uses to talk to the master as c->authenticated = 1 to avoid problems with slaves with requirepassword set.
-* Document BGREWRITEAOF.
+* Continue adding tests accordingly to gcov output.
 
 VERSION 1.4 TODO (Hash type)
 ============================
@@ -76,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
 ======================