Redis.sort

Sort a Set or a List accordingly to the specified parameters and store the result at dstkey. @see #sort(string, SortingParams) @see #sort(string) @see #sort(string, string) @param key @param sortingParameters @param dstkey @return The number of elements of the list at dstkey.

Meta