Enum SortType
- Namespace
- StackExchange.Redis
- Assembly
- StackExchange.Redis.StrongName.dll
Specifies how to compare elements for sorting
public enum SortType
Fields
Alphabetic = 1
Elements are sorted using their alphabetic form (Redis is UTF-8 aware as long as the !LC_COLLATE environment variable is set at the server)
Numeric = 0
Elements are interpreted as a double-precision floating point number and sorted numerically