MultiKeyPipelineBase.sort

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Response!(Long) sort(string key, SortingParams sortingParameters, string dstkey)
  2. Response!(Long) sort(const(ubyte)[] key, SortingParams sortingParameters, const(ubyte)[] dstkey)
    class MultiKeyPipelineBase
    override
    Response!(Long)
    sort
    (
    const(ubyte)[] key
    ,,
    const(ubyte)[] dstkey
    )
  3. Response!(Long) sort(string key, string dstkey)
  4. Response!(Long) sort(const(ubyte)[] key, const(ubyte)[] dstkey)

Meta