JSON.DEL
Delete a value
Required arguments
is key to modify.
is JSONPath to specify. Default is root . Nonexisting paths are ignored.
Note
Deleting an object’s root is equivalent to deleting the key from Redis.
Return
JSON.DEL returns an integer reply specified as the number of paths deleted (0 or more). For more information about replies, see .
Create a JSON document.
Delete specified values.
Get the updated document.
See also
|