JSON.FORGET
Syntax
JSON.FORGET key [path]
- Available in:
- Redis CE / JSON 1.0.0
- Time complexity:
- O(N) when path is evaluated to a single value where N is the size of the deleted value, O(N) when path is evaluated to multiple values, where N is the size of the key
- ACL categories:
-
@json
,@write
,@slow
,
See JSON.DEL
.