From: antirez Date: Wed, 11 Nov 2009 18:01:52 +0000 (+0100) Subject: TODO updated X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/a81885d9ea995d8dcf0940e544a2480f2afbd3f1 TODO updated --- diff --git a/TODO b/TODO index b5d1d83c..95034ea2 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.