redis.json.merge("key", "$.path.to.value", {"new": "value"})

Arguments

key
str
required
The key of the json entry.
path
str
required
The path of the value to set.
value
TValue
required
The value to merge with.

Response

Returns true if the merge was successful.
redis.json.merge("key", "$.path.to.value", {"new": "value"})