Report the number of keys in the JSON object at path in key.
path
key
const lengths = await redis.json.objlen("key", "$.path");
The key of the json entry.
The path of the object.
The number of keys in the objects.
Was this page helpful?