Arguments
string
required
The key of the json entry.
string
default:"$"
The path of the array.
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.
const keys = await redis.json.objkeys("key", "$.path");
Was this page helpful?