Return the keys in the object that`s referenced by path.
const keys = await redis.json.objkeys("key", "$.path");
The key of the json entry.
The path of the array.
The keys of the object at the path.
Was this page helpful?