Json

JSON.RESP

Return the value at the path in Redis serialization protocol format.

Arguments

keybodystrrequired

The key of the json entry.

pathbodystrrequired

The path of the object. $ is the root.

Response

TValuerequired

Return the value at the path in Redis serialization protocol format.

Example
resp = redis.json.resp("key", "$.path")
Loading search…