From a81885d9ea995d8dcf0940e544a2480f2afbd3f1 Mon Sep 17 00:00:00 2001 From: antirez <antirez@gmail.com> Date: Wed, 11 Nov 2009 19:01:52 +0100 Subject: [PATCH] TODO updated --- TODO | 1 - 1 file changed, 1 deletion(-) 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.