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 = 2The greatest value of the combined elements is used
Min = 1The least value of the combined elements is used
Sum = 0The values of the combined elements are added