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