Merges the JSON value at path in key with the provided value.
redis.json.merge("key", "$.path.to.value", {"new": "value"})
The key of the json entry.
The path of the value to set.
The value to merge with.
Returns true if the merge was successful.
Was this page helpful?