Module redis::geo

source · []
Available on crate feature geospatial only.
Expand description

Defines types to use with the geospatial commands.

Structs

A coordinate (longitude, latitude). Can be used with geo_pos to parse response from Redis.
Options for the GEORADIUS and GEORADIUSBYMEMBER commands
Contain an item returned by geo_radius and geo_radius_by_member.

Enums

Options to sort results from GEORADIUS and GEORADIUSBYMEMBER commands
Units used by geo_dist and geo_radius.