Skip to main content

Arguments

key
string
required
The key of the json entry.
path
string
required
The path to forget. $ is the root.

Response

How many paths were deleted.
await redis.json.forget("key", "$.path.to.value");