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 array.
The number of in the objects.
Was this page helpful?