Geospatial Indices

📄️ GEOADDLearn how to use Redis GEOADD to add geographical data to your Redis database by defining latitude and longitude.

📄️ GEODISTLearn how to use Redis GEODIST to accurately calculate distances between geographical points in your data-set.

📄️ GEOHASHLearn how to use Redis GEOHASH to convert latitude and longitude into a single string representing the geographical location.

📄️ GEOPOSLearn how to use Redis GEOPOS to retrieve the longitude and latitude of a geographical point from your database.

📄️ GEOSEARCHLearn how to use Redis GEOSEARCH to search your geospatial data in your Redis database.