Arguments
str
required
The key of the json entry.
str
required
The path of the object.
$ is the root.Response
Return the value at the path in Redis serialization protocol format.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
resp = redis.json.resp("key", "$.path")
Return the value at the path in Redis serialization protocol format.
$ is the root.resp = redis.json.resp("key", "$.path")
Was this page helpful?