Skip to content

Commit 5d16c33

Browse files
Update geospatial.md
1 parent 5b56ed7 commit 5d16c33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sq/geospatial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The examples in this article use the following schema:
1818
**Note**:
1919
> Redis Stack version 7.2.0 or higher is required to use the `GEOSHAPE` field type.
2020
21-
```redis Create the bike shop idx:bicycle
21+
```redis:[run_confirmation=true] Create the bike shop idx:bicycle
2222
FT.CREATE
2323
idx:bicycle ON JSON
2424
PREFIX 1 bicycle:
@@ -32,7 +32,7 @@ FT.CREATE
3232
$.condition AS condition TAG SEPARATOR ,
3333
```
3434

35-
```redis Load the JSON data
35+
```redis:[run_confirmation=true] Load the JSON data
3636
JSON.SET "bicycle:0" "." "{\"pickup_zone\": \"POLYGON((-74.0610 40.7578, -73.9510 40.7578, -73.9510 40.6678, -74.0610 40.6678, -74.0610 40.7578))\", \"store_location\": \"-74.0060,40.7128\", \"brand\": \"Velorim\", \"model\": \"Jigger\", \"price\": 270, \"description\": \"Small and powerful, the Jigger is the best ride for the smallest of tikes! This is the tiniest kids\\u2019 pedal bike on the market available without a coaster brake, the Jigger is the vehicle of choice for the rare tenacious little rider raring to go.\", \"condition\": \"new\"}"
3737
JSON.SET "bicycle:1" "." "{\"pickup_zone\": \"POLYGON((-118.2887 34.0972, -118.1987 34.0972, -118.1987 33.9872, -118.2887 33.9872, -118.2887 34.0972))\", \"store_location\": \"-118.2437,34.0522\", \"brand\": \"Bicyk\", \"model\": \"Hillcraft\", \"price\": 1200, \"description\": \"Kids want to ride with as little weight as possible. Especially on an incline! They may be at the age when a 27.5\\\" wheel bike is just too clumsy coming off a 24\\\" bike. The Hillcraft 26 is just the solution they need!\", \"condition\": \"used\"}"
3838
JSON.SET "bicycle:2" "." "{\"pickup_zone\": \"POLYGON((-87.6848 41.9331, -87.5748 41.9331, -87.5748 41.8231, -87.6848 41.8231, -87.6848 41.9331))\", \"store_location\": \"-87.6298,41.8781\", \"brand\": \"Nord\", \"model\": \"Chook air 5\", \"price\": 815, \"description\": \"The Chook Air 5 gives kids aged six years and older a durable and uberlight mountain bike for their first experience on tracks and easy cruising through forests and fields. The lower top tube makes it easy to mount and dismount in any situation, giving your kids greater safety on the trails.\", \"condition\": \"used\"}"
@@ -86,4 +86,4 @@ If you want to find all pickup zones that are approximately within Europe, then
8686

8787
```redis Shape query 2
8888
FT.SEARCH idx:bicycle "@pickup_zone:[WITHIN $europe]" PARAMS 2 europe "POLYGON((-25 35, 40 35, 40 70, -25 70, -25 35))" DIALECT 3
89-
```
89+
```

0 commit comments

Comments
 (0)