Append the json-string values to the string at path.
redis.json.strappend("key", "$.path.to.str", "abc")
The key of the json entry.
The path of the string.
The value to append to the existing string.
The length of the string after the appending.
Was this page helpful?