BinaryRedis.sort

Sort a Set or a List and Store the Result at dstkey. <p> Sort the elements contained in the List, Set, or Sorted Set value at key and store the result at dstkey. By default sorting is numeric with elements being compared as double precision floating point numbers. This is the simplest form of SORT. @see #sort(const(ubyte)[]) @see #sort(const(ubyte)[], SortingParams) @see #sort(const(ubyte)[], SortingParams, const(ubyte)[]) @param key @param dstkey @return The number of elements of the list at dstkey.

Meta