/
.NET
ST

StackExchange.Redis

2.12.4

by stackexchange.github.io

Namespaces & Types

StackExchange.Redis

ENUM

Aggregate

namespace StackExchange.Redis

public enumsealed

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.

Aggregate.cs
1namespace StackExchange.Redis
2{
3public sealed enum Aggregate
4{
...// 0 methods
}

Package Metadata

Version

2.12.4

types

137

License

MIT

Source

---

Other types in namespace

clsBacklogPolicy
enumBitwise
strChannelMessage
clsChannelMessageQueue
enumClientFlags
clsClientInfo
clsClientKillFilter
enumClientType
StackExchange.Redis · 2.12.4
AugustoDeveloper
137 types · 5 namespaces