sort package:hedis

Options for the sort command.
Redis default SortOpts. Equivalent to omitting all optional parameters.
SortOpts
{ sortBy    = Nothing -- omit the BY option
, sortLimit = (0,-1)  -- return entire collection
, sortGet   = []      -- omit the GET option
, sortOrder = Asc     -- sort in ascending order
, sortAlpha = False   -- sort numerically, not lexicographically
}