[][src]Module trezm_redis::geo

Defines types to use with the geospatial commands.

Structs

Coord

A coordinate (longitude, latitude). Can be used with geo_pos to parse response from Redis.

RadiusOptions

Options for the GEORADIUS and GEORADIUSBYMEMBER commands

RadiusSearchResult

Contain an item returned by geo_radius and geo_radius_by_member.

Enums

RadiusOrder

Options to sort results from GEORADIUS and GEORADIUSBYMEMBER commands

Unit

Units used by geo_dist and geo_radius.