RedisJSON icon indicating copy to clipboard operation
RedisJSON copied to clipboard

Support filter expressions with `JSON.ARRPOP <key> [path [index | filter]]`

Open mseada94 opened this issue 3 years ago • 0 comments

Feature Request Please consider support the following command JSON.ARRPOP <key> [path [index | filter]] to delete array items based on advanced filter expressions like $.books[?(@.price < 10)] Example of usage

JSON.ARRPOP store $.books '?(@.price < 10)'

This command should support poping multiple items, or consider adding new command like ARRPOPALL

mseada94 avatar Sep 27 '21 13:09 mseada94