]> git.saurik.com Git - redis.git/blobdiff - TODO
fix for the LZF off-by-one bug added
[redis.git] / TODO
diff --git a/TODO b/TODO
index 272b77ca22789e873a98a287e55abcda29737f4d..86de2343a76c8453df625cd9823317ef4fc5328e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,5 +1,6 @@
 BEFORE REDIS 1.0.0-rc1
 
+- TTL command that returns -1 if a key is not volatile otherwise the time to live of a volatile key.
 - Remove max number of args limit
 - What happens if the saving child gets killed instead to end normally? Handle this.
 - Make sinterstore / unionstore / sdiffstore returning the cardinality of the resulting set.