Skip to content

Commit 785df12

Browse files
Update aggregations.md
1 parent cc55155 commit 785df12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sq/aggregations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The examples in this article use a schema with the following fields:
1313
| `condition` | `TAG` |
1414
| `price` | `NUMERIC` |
1515

16-
```redis Create the bike shop idx:bicycle
16+
```redis:[run_confirmation=true] Create the bike shop idx:bicycle
1717
FT.CREATE idx:bicycle // idx:bicycle name
1818
ON JSON // the type of data to idx:bicycle
1919
PREFIX 1 bicycle: // the prefix of the keys to be idx:bicycleed
@@ -26,7 +26,7 @@ FT.CREATE idx:bicycle // idx:bicycle name
2626
// comma-separated tags
2727
```
2828

29-
```redis Load the JSON data
29+
```redis:[run_confirmation=true] Load the JSON data
3030
JSON.SET "bicycle:0" "." "{\"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\"}"
3131
JSON.SET "bicycle:1" "." "{\"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\"}"
3232
JSON.SET "bicycle:2" "." "{\"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\"}"

0 commit comments

Comments
 (0)