StackExchange.Redis
namespace StackExchange.Redis
Specifies how elements should be aggregated when combining sorted sets.
Values (3)
Sum
const
The values of the combined elements are added.
Min
const
The least value of the combined elements is used.
Max
const
The greatest value of the combined elements is used.