You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
Added missing pet name.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user