await redis.json.strappend("key", "$.path.to.array", "abc");
Append the json-string values to the string at path.
Was this page helpful?