DiceDB / dice

DiceDB is an in-memory real-time database with SQL-based reactivity. It is hyper-optimized for building and scaling truly real-time applications on modern hardware while being a drop-in replacement for Redis.
https://dicedb.io/
Other
4.14k stars 512 forks source link

Add support for command [JSON.DEL] #419

Closed jujiale closed 2 weeks ago

jujiale commented 2 weeks ago

Implement [JSON.DEL] command

Delete a value JSON.DEL key [path]

Return JSON.DEL returns an integer reply specified as the number of paths deleted (0 or more)

refer to json.del Add unit and integration tests

jujiale commented 2 weeks ago

@JyotinderSingh hello, I plan to accomplish this command for dice. please assign it to me. thanks.

JyotinderSingh commented 2 weeks ago

@JyotinderSingh hello, I plan to accomplish this command for dice. please assign it to me. thanks.

Awesome, thanks for taking this up @jujiale! Assigned to you.