summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2009-11-11 19:01:52 +0100
committerantirez <antirez@gmail.com>2009-11-11 19:01:52 +0100
commita81885d9ea995d8dcf0940e544a2480f2afbd3f1 (patch)
tree21edc60a6cb72a90f1917ec332958b2dae096641 /TODO
parent12f9d551b60e5471baa70b6aa2237bf25d25f70a (diff)
downloadredis-a81885d9ea995d8dcf0940e544a2480f2afbd3f1.tar.gz
TODO updated
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index b5d1d83c9..95034ea20 100644
--- a/TODO
+++ b/TODO
@@ -4,7 +4,6 @@ VERSION 1.1 TODO
* Man pages for MSET MSETNX and SRANDMEMBER, Z-commands, ...
* ZSETs missing stuff: ZINCRBY
* Use strcoll() to compare objects in sorted sets, like it already happens for SORT.
-* LMOVE, as discussed in the Redis group.
* EXPIRE, EXPIREAT, ZSCORE tests.
* Write docs for the "STORE" operaiton of SORT, and GET "#" option.
* Append only mode: testing and a command to rebuild the log from scratch.