Arguments
str
required
The key of the json entry.
str
default:"$"
The path of the array.
...TValue[]
required
One or more values to append to the array.
Response
The length of the array after the appending.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
redis.json("key", "$.path.to.array", "a")
Report the length of the JSON String at path in key
redis.json("key", "$.path.to.array", "a")
Was this page helpful?