redis.json.strappend("key", "$.path.to.array", "abc")

Arguments

key
str
required
The key of the json entry.
path
str
default:"$"
The path of the value.
value
str
required
The value to append to the existing string.

Response

The length of the array after the appending.
redis.json.strappend("key", "$.path.to.array", "abc")