Delete a key from a JSON document.
await redis.json.forget("key", "$.path.to.value");
The key of the json entry.
The path to forget.
How many paths were deleted.
Was this page helpful?