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