Arguments
str
required
The key of the json entry.
str
default:"$"
The path of the boolean.
Response
The new value of the boolean.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
bool = redis.json.toggle("key", "$.path.to.array")
Toggle a boolean value stored at path.
bool = redis.json.toggle("key", "$.path.to.array")
Was this page helpful?