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