X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/2014c4377d73b0f3b93537558e5211e9f745831d..1fd9bc8adc3ae42e7e33564d6f76d76f89dfb78b:/TODO diff --git a/TODO b/TODO index dd6d163f..b93a89da 100644 --- a/TODO +++ b/TODO @@ -7,7 +7,6 @@ Most of the features already implemented for this release. The following is a li * For now only the last argument gets integer encoded, so make sure that: 1) every multi bulk command implemented will have the last arg that is indeed a value, and not used otherwise. 2) to explicitly call the function to encode the object in MSET and other commands where there are multiple "values". * Man pages for SRANDMEMBER, missing Z-commands, ... -* Use strcoll() to compare objects in sorted sets, like it already happens for SORT. * Write docs for the "STORE" operaiton of SORT. Link to the article about SORT by written by defunkt. * ZRANGEBYSCORE test, ZRANGEBYSCORE LIMIT option. * Sorted sets infinity tests.