Return the value at the path in Redis serialization protocol format.
resp = redis.json.resp("key", "$.path")
The key of the json entry.
The path of the object.
Was this page helpful?