> ## Documentation Index
> Fetch the complete documentation index at: https://upstash.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Geo commands

> Commands for storing and querying geospatial data.

<CardGroup cols={2}>
  <Card title="GEOADD" href="/docs/redis/commands/geo/geoadd">Add geospatial items</Card>
  <Card title="GEODIST" href="/docs/redis/commands/geo/geodist">Get distance between two members</Card>
  <Card title="GEOHASH" href="/docs/redis/commands/geo/geohash">Get geohash strings for members</Card>
  <Card title="GEOPOS" href="/docs/redis/commands/geo/geopos">Get coordinates of members</Card>
  <Card title="GEORADIUS" href="/docs/redis/commands/geo/georadius">Find members within a radius of a point</Card>
  <Card title="GEORADIUS_RO" href="/docs/redis/commands/geo/georadius-ro">Read-only radius query</Card>
  <Card title="GEORADIUSBYMEMBER" href="/docs/redis/commands/geo/georadiusbymember">Find members within a radius of another member</Card>
  <Card title="GEORADIUSBYMEMBER_RO" href="/docs/redis/commands/geo/georadiusbymember-ro">Read-only radius query by member</Card>
  <Card title="GEOSEARCH" href="/docs/redis/commands/geo/geosearch">Search for members in an area</Card>
  <Card title="GEOSEARCHSTORE" href="/docs/redis/commands/geo/geosearchstore">Store geosearch results</Card>
</CardGroup>


## Related topics

- [GEORADIUS_RO](/docs/redis/commands/geo/georadius-ro.md)
- [GEORADIUSBYMEMBER_RO](/docs/redis/commands/geo/georadiusbymember-ro.md)
- [GEODIST](/docs/redis/commands/geo/geodist.md)
- [GEORADIUS](/docs/redis/commands/geo/georadius.md)
- [GEORADIUSBYMEMBER](/docs/redis/commands/geo/georadiusbymember.md)
