dice icon indicating copy to clipboard operation
dice copied to clipboard

Add support for JSONPath based partial updates using JSON.SET

Open JyotinderSingh opened this issue 1 year ago • 3 comments

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

  • Access to specific elements of JSON values.
  • Refer to the JSONPath Syntax to understand the requirements.
  • Stay as close to the JSONPath specification as possible.
  • JSON output should be similar to the redis specification, you can view how the output looks like in the redis documentation.

JyotinderSingh avatar Jul 18 '24 14:07 JyotinderSingh

Hello, I would like to take this up please

Maveric-k07 avatar Jul 24 '24 03:07 Maveric-k07

Hello, I would like to take this up please

Assigned

JyotinderSingh avatar Jul 24 '24 08:07 JyotinderSingh

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

Maveric-k07 avatar Jul 24 '24 08:07 Maveric-k07

#235 Fixes this.

JyotinderSingh avatar Aug 05 '24 17:08 JyotinderSingh