Enum GeoRadiusOptions
- Namespace
- StackExchange.Redis
- Assembly
- StackExchange.Redis.StrongName.dll
GeoRadius command options.
[Flags]
public enum GeoRadiusOptions
Fields
Default = WithCoordinates | WithDistancePopulates the commonly used values from the entry (the integer hash is not returned as it is not commonly useful)
None = 0No Options
WithCoordinates = 1Redis will return the coordinates of any results.
WithDistance = 2Redis will return the distance from center for all results.
WithGeoHash = 4Redis will return the geo hash value as an integer. (This is the score in the sorted set)