Enum Aggregate
- Namespace
- StackExchange.Redis
- Assembly
- StackExchange.Redis.StrongName.dll
Specifies how elements should be aggregated when combining sorted sets
public enum Aggregate
Fields
Max = 2
The greatest value of the combined elements is used
Min = 1
The least value of the combined elements is used
Sum = 0
The values of the combined elements are added