Toggle a boolean value stored at path.
path
bool = redis.json.toggle("key", "$.path.to.array")
The key of the json entry.
The path of the boolean.
The new value of the boolean.
Was this page helpful?