You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/sq/geospatial.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The examples in this article use the following schema:
18
18
**Note**:
19
19
> Redis Stack version 7.2.0 or higher is required to use the `GEOSHAPE` field type.
20
20
21
-
```redis Create the bike shop idx:bicycle
21
+
```redis:[run_confirmation=true] Create the bike shop idx:bicycle
22
22
FT.CREATE
23
23
idx:bicycle ON JSON
24
24
PREFIX 1 bicycle:
@@ -32,7 +32,7 @@ FT.CREATE
32
32
$.condition AS condition TAG SEPARATOR ,
33
33
```
34
34
35
-
```redis Load the JSON data
35
+
```redis:[run_confirmation=true] Load the JSON data
36
36
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\"}"
37
37
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\"}"
38
38
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
0 commit comments