Dhroov Gupta

Results 7 issues of Dhroov Gupta

hacktoberfest

update JSON.FORGET doc and make it consistent with SET command doc. Fixes #833

## Steps to reproduce - Create a JSON array in DiceDB. - Use the JSON.FORGET command to remove an element from the array. - Observe the resulting array. ## Expected...

This will fix the issue where, instead of completely removing an element from the array and reindexing, we get `null` when we try to forget the element. Fixes #910