Arguments
str
required
The key of the json entry.
str
required
The path of the object.
$ is the root.Response
The keys of the object at the path.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
keys = redis.json.objkeys("key", "$.path")
Return the keys in the object that`s referenced by path.
$ is the root.keys = redis.json.objkeys("key", "$.path")
Was this page helpful?