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 8e95cde commit 07a98c8Copy full SHA for 07a98c8
examples/managing-json.js
@@ -62,7 +62,7 @@ async function managingJSON() {
62
63
// Add a new pet...
64
await client.json.arrAppend('noderedis:jsondata', '.pets', {
65
- name: '',
+ name: 'Robin',
66
species: 'bird',
67
isMammal: false,
68
age: 1
0 commit comments