Arguments
string
required
The key of the json entry.
string
default:"$"
The path of the value.
string
required
The value to append to the existing string.
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.
await redis.json.strappend("key", "$.path.to.array", "abc");
Append the json-string values to the string at path.
await redis.json.strappend("key", "$.path.to.array", "abc");
Was this page helpful?