Arguments
string
required
The key of the json entry.
string
required
The path of the array.
$ 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.
const keys = await redis.json.objkeys("key", "$.path");
Return the keys in the object that`s referenced by path.
$ is the root.const keys = await redis.json.objkeys("key", "$.path");
Was this page helpful?