DiceDB / dice

DiceDB is hyper-optimized for building and scaling truly real-time applications on modern hardware. It is a drop-in replacement for Redis with support for SQL-based reactivity.
https://dicedb.io/
Other
3.32k stars 420 forks source link

Add support for JSONPath based partial updates using JSON.SET #166

Closed JyotinderSingh closed 1 month ago

JyotinderSingh commented 1 month ago

Redis allows clients to perform partial reads and updates on JSON values. This is done using the Path construct.

You can read more about how it works in the redis documentation.

Expected features

Maveric-k07 commented 1 month ago

Hello, I would like to take this up please

JyotinderSingh commented 1 month ago

Hello, I would like to take this up please

Assigned

Maveric-k07 commented 1 month ago

Is it okay if i take up #165 as well; as this one cannot be done without it; i know someone has already requested to get assigned to that issue, i can wait for them to finish and then get started. Anything works

JyotinderSingh commented 1 month ago

235 Fixes this.