Skip to main content

Arguments

key
str
required
The key of the json entry.
path
str
required
The path of the boolean. $ is the root.

Response

The new value of the boolean.
bool = redis.json.toggle("key", "$.path.to.bool")