]> git.saurik.com Git - redis.git/commitdiff
TODO update
authorantirez <antirez@gmail.com>
Tue, 1 Dec 2009 18:37:43 +0000 (19:37 +0100)
committerantirez <antirez@gmail.com>
Tue, 1 Dec 2009 18:37:43 +0000 (19:37 +0100)
TODO

diff --git a/TODO b/TODO
index 41c3e1e2c6855c85119de830ba46f6b344b6a5f1..c2fd80d1272137cefd71285022a7df0d11f14706 100644 (file)
--- a/TODO
+++ b/TODO
@@ -7,13 +7,14 @@ Most of the features already implemented for this release. The following is a li
 
 * Man pages for SRANDMEMBER, missing Z-commands, ...
 * Write docs for the "STORE" operaiton of SORT. Link to the article about SORT by written by defunkt.
 
 * Man pages for SRANDMEMBER, missing Z-commands, ...
 * Write docs for the "STORE" operaiton of SORT. Link to the article about SORT by written by defunkt.
-* Write tests for ZREMRANGEBYSCORE
 
 VERSION 1.4 TODO (Hash type)
 ============================
 
 * Hashes (HSET, HGET, HEXISTS, HLEN, ...).
 
 VERSION 1.4 TODO (Hash type)
 ============================
 
 * Hashes (HSET, HGET, HEXISTS, HLEN, ...).
+* Specially encoded memory-saving integer sets.
 * An utility able to export an .rdb file into a text-only JSON dump, we can't live anymore without such a tool. Probably an extension to redis-cli.
 * An utility able to export an .rdb file into a text-only JSON dump, we can't live anymore without such a tool. Probably an extension to redis-cli.
+* List ops like L/RPUSH L/RPOP should return the new list length.
 
 VERSION 1.6 TODO (Virtual memory)
 =================================
 
 VERSION 1.6 TODO (Virtual memory)
 =================================