Json

JSON.STRAPPEND

Append the json-string values to the string at path.

Arguments

keybodystrrequired

The key of the json entry.

pathbodystrrequired

The path of the string.

valuebodystrrequired

The value to append to the existing string.

Response

List[int]required

The length of the string after the appending.

Example
redis.json.strappend("key", "$.path.to.str", "abc")
Loading search…