Skip to content

Commit 7a55741

Browse files
Mentioning RQE and Redis 8 instead of Redis Stack
1 parent 16f8cc0 commit 7a55741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sq/geospatial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Redis Stack's geospatial feature allows you to query for data associated with geographic locations. You can either query for locations within a specific radius or based on geometric shapes, such as polygons. A polygon shape could, for instance, represent a lake or the layout of a building.
1+
Redis Query Engine's geospatial feature allows you to query for data associated with geographic locations. You can either query for locations within a specific radius or based on geometric shapes, such as polygons. A polygon shape could, for instance, represent a lake or the layout of a building.
22

33
The examples in this article use the following schema:
44

@@ -9,7 +9,7 @@ The examples in this article use the following schema:
99

1010

1111
**Note**:
12-
> Redis Stack version 7.2.0 or higher is required to use the `GEOSHAPE` field type.
12+
> We recommend using Redis 8 or higher to use the `GEOSHAPE` field type.
1313
1414
```redis:[run_confirmation=true] Create the bike shop idx:bicycle
1515
FT.CREATE

0 commit comments

Comments
 (0)