-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Can you support JSON.MERGE, just like RedisJSON?
JSON.SET directly overwrites the subtree with the new value, but does not perform the Merge operation.
Now, Merge a JSON subtree, requiring:
- JSON.GET,
- Write code Merge
- JSON.SET
But JSON.MERGE can do it .
Another important reason is that Redis JSON uses the RUST language and valkey-json uses the C++ language.
This makes valkey-json the best choice in scenarios where Rust is not the development language.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels