We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe499d commit cc55155Copy full SHA for cc55155
src/ds/json/objects.md
@@ -1,6 +1,6 @@
1
Redis provides two commands that operate specifically on JSON objects. A simple document will be used to demonstrate each of the two commands.
2
3
-```redis Create document
+```redis:[run_confirmation=true] Create document
4
JSON.SET doc $ '{"a":1,"b":2,"o":{"c":3,"d":4}}'
5
```
6
0 commit comments