Table of Contents

Enum Order

Namespace
StackExchange.Redis
Assembly
StackExchange.Redis.StrongName.dll

The direction in which to sequence elements

public enum Order

Fields

Ascending = 0

Ordered from low values to high values

Descending = 1

Ordered from high values to low values