redis.json.del("key", "$.path.to.value")

Arguments

key
str
required

The key of the json entry.

path
str
default:
"$"

The path to delete

value
...TValue[]
required

One or more values to append to the array.

Response

How many paths were deleted.

redis.json.del("key", "$.path.to.value")