dice icon indicating copy to clipboard operation
dice copied to clipboard

Added support for NX | XX in JSON.SET command

Open vaibh1297 opened this issue 1 year ago • 1 comments

Description : Added support for NX | XX in JSON.SET command.

  1. NX options inserts key only if it doesn't exists.
  2. XX option inserts key only if it already exists.

Related Issues : Closes #191


Testing : Added tests for various combinations of nx and xx json.set commands.

vaibh1297 avatar Aug 04 '24 00:08 vaibh1297

Hey @JyotinderSingh , could you please review this pr ?

vaibh1297 avatar Aug 04 '24 05:08 vaibh1297

@vaibh1297 Changes look good. Merging them. Thanks!

arpitbbhayani avatar Aug 05 '24 18:08 arpitbbhayani