Expand description
Defines types to use with the geospatial commands.
Structs§
- Coord
- A coordinate (longitude, latitude).
- Radius
Options - Options for the GEORADIUS and GEORADIUSBYMEMBER commands
- Radius
Search Result - Contain an item returned by
geo_radius
andgeo_radius_by_member
.
Enums§
- Radius
Order - Options to sort results from GEORADIUS and GEORADIUSBYMEMBER commands
- Unit
- Units used by
geo_dist
andgeo_radius
.