Arguments
str
required
The key of the json entry.
str
required
The path to delete.
$ is the root.Response
How many paths were deleted.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
redis.json.del("key", "$.path.to.value")
Delete a key from a JSON document.
$ is the root.redis.json.del("key", "$.path.to.value")
Was this page helpful?