JSON.DEL Syntax Required arguments Optional arguments Return Examples See also Related topics JSON.DEL Syntax JSON . DEL key [ path ] Time complexity: O(N) when pat...
JSON.ARRINSERT Syntax Required arguments Optional arguments Return value Examples See also JSON.ARRINSERT Syntax JSON . ARRINSERT key path index value [ value ...] T...
JSON.ARRAPPEND Syntax Required arguments Optional arguments Return value Examples See also JSON.ARRAPPEND Syntax JSON . ARRAPPEND key [ path ] value [ value ...] T...
JSON.STRAPPEND Syntax Required arguments Optional arguments Return value Examples See also Related topics JSON.STRAPPEND Syntax JSON . STRAPPEND key [ path ] value ...
JSON.FORGET Syntax JSON.FORGET Syntax JSON . FORGET key [ path ] Time complexity: O(N) when path is evaluated to a single value where N is the size of the deleted value, ...