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