dragonfly
dragonfly copied to clipboard
JSON.MERGE still missing for the json commands
JSON.MERGE still missing for the json commands. See: https://redis.io/commands/json.merge/
do you use it directly or via some framework?
Once with the "predis" PHP Redis library and also in cli when I want to change content manually. But not with a framework directly. Without JSON.MERGE, you have to load the existing json content first and then merge it with the new one via the programming language. This is an unnecessary step.
Hi, seems a lot of issue needed help, can I pick this one as a my first contribution?
Hi @0xArdi-N, feel free to :) We do mark easier tasks with the label https://github.com/dragonflydb/dragonfly/labels/good%20first%20issue, but perhaps this one is not too hard too
Duplicate of #2960