Sort a Set or a List.
<p>
Sort the elements contained in the List, Set, or Sorted Set value at key. By default sorting is
numeric with elements being compared as double precision floating point numbers. This is the
simplest form of SORT.
@see #sort(string, string)
@see #sort(string, SortingParams)
@see #sort(string, SortingParams, string)
@param key
@return Assuming the Set/List at key contains a list of numbers, the return value will be the
list of numbers ordered from the smallest to the biggest number.
Sort a Set or a List. <p> Sort the elements contained in the List, Set, or Sorted Set value at key. By default sorting is numeric with elements being compared as double precision floating point numbers. This is the simplest form of SORT. @see #sort(string, string) @see #sort(string, SortingParams) @see #sort(string, SortingParams, string) @param key @return Assuming the Set/List at key contains a list of numbers, the return value will be the list of numbers ordered from the smallest to the biggest number.