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