Let’s say I have a json key named “sample-key”, and I want to add a new property: age: 28
, so the command would look like this:
JSON.MERGE 'sample-key' $.person '{"age": 28}'
The command above works well in regular redis insight, however when using a dragonflydb redis, it will not work. It will return an “OK” message but it does not actually adding the new properties.