resp = redis.json.resp("key", "$.path")

Arguments

key
str
required
The key of the json entry.
path
str
default:"$"
The path of the object.

Response

Return the value at the path in Redis serialization protocol format.
resp = redis.json.resp("key", "$.path")