The key of the set.
await redis.sadd("key", "a", "b", "c"); const cardinality = await redis.scard("key");console.log(cardinality); // 3