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