File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Only JSONPath will be discussed in this tutorial.
6
6
You've already seen several examples of JSONPath in previous parts of this tutorial. The next sections will describe JSONPath in more complete detail.
7
7
Some simple JSON documents will be used to demonstrate JSONPath's features.
8
8
9
- ``` redis Load documents
9
+ ``` redis:[run_confirmation=true] Load documents
10
10
JSON.SET lit1 $ 5
11
11
JSON.SET lit2 $ '"abc"'
12
12
JSON.SET lit3 $ true
@@ -56,7 +56,7 @@ JSON.GET obj2 '$.["a"]' // note the use of single quotes in this expression; the
56
56
57
57
It is possible to use ` $ ` as part of a field name.
58
58
59
- ``` redis Using $ as part of a field name
59
+ ``` redis:[run_confirmation=true] Using $ as part of a field name
60
60
JSON.SET d $ '{"$":5, "$$":6}'
61
61
JSON.GET d $.$ // returns "[5]"
62
62
```
You can’t perform that action at this time.
0 commit comments