diff --git a/examples/managing-json.js b/examples/managing-json.js index ddb12da8cf..44978a94f0 100644 --- a/examples/managing-json.js +++ b/examples/managing-json.js @@ -62,7 +62,7 @@ async function managingJSON() { // Add a new pet... await client.json.arrAppend('noderedis:jsondata', '.pets', { - name: '', + name: 'Robin', species: 'bird', isMammal: false, age: 1