await redis.json("key", "$.path.to.array", "a");
Append values to the array at path in the JSON document at key.
Was this page helpful?