Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

node redis json push to array

await client.json.arrAppend('noderedis:jsondata', '.pets', {
  name: 'Robin',
  species: 'bird',
  age: 1,
  isMammal: false
});
 
PREVIOUS NEXT
Tagged: #node #redis #json #push #array
ADD COMMENT
Topic
Name
9+1 =