NodeJs Redis JSON Count Keys

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