Arguments
str
required
The key of the json entry.
str
required
The path of the value to set.
TValue
required
The value to merge with.
Response
Returns true if the merge was successful.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
redis.json.merge("key", "$.path.to.value", {"new": "value"})
Merges the JSON value at path in key with the provided value.
redis.json.merge("key", "$.path.to.value", {"new": "value"})
Was this page helpful?