X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/ed9b544e10b84cd43348ddfab7068b610a5df1f7..d07ffa178d913a6c5a82f822a4c5b55535bcfda3:/doc/SortCommand.html diff --git a/doc/SortCommand.html b/doc/SortCommand.html index 3d88e401..66e40922 100644 --- a/doc/SortCommand.html +++ b/doc/SortCommand.html @@ -49,8 +49,11 @@ SORT mylist BY weight_*
 SORT mylist BY weight_* GET object_*
 
Note that GET can be used multiple times in order to get more keys forevery element of the original List or Set sorted.
-

Return value

Multi bulk reply, specifically a list of sorted elements.

See Also

- +
Since Redis >= 1.1 it's possible to also GET the list elements itselfusing the special # pattern:
+
+SORT mylist BY weight_* GET object_* GET #
+

Return value

Multi bulk reply, specifically a list of sorted elements.

See Also

+