Skip to content

Commit cc55155

Browse files
Update objects.md
1 parent 6fe499d commit cc55155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ds/json/objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Redis provides two commands that operate specifically on JSON objects. A simple document will be used to demonstrate each of the two commands.
22

3-
```redis Create document
3+
```redis:[run_confirmation=true] Create document
44
JSON.SET doc $ '{"a":1,"b":2,"o":{"c":3,"d":4}}'
55
```
66

0 commit comments

Comments
 (0)