Nodejs Redis json Count Keys Object

// Returns something like Object.keys({}).length
const nr = await redisClient.json.objLen(key)
florinrelea