Skip to content

Support JSON.MERGE #74

@wangxinqgz

Description

@wangxinqgz

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:

  1. JSON.GET,
  2. Write code Merge
  3. 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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions