Back to Developer Roadmap

More Commands - Geospatial Indexes

src/data/roadmaps/redis/content/[email protected]

4.0566 B
Original Source

More Commands - Geospatial Indexes

Redis Geospatial indexes include operations like GEODIST to calculate the distance between two members of a geospatial set, GEOHASH to retrieve the Geohash representation of locations, and GEOPOS to get the longitude and latitude of specified members. Additionally, GEORADIUS and GEORADIUSBYMEMBER allow searching for members within a given radius based on coordinates or a reference member.

Learn more from the following resources: