methodRedisClient.zcardzcard(key: KeyLike): Promise<number>;Get the number of members in a sorted set@param keyThe sorted set key@returnsPromise that resolves with the cardinality (number of elements) of the sorted setReferenced typestype KeyLike = string | ArrayBufferView | Blob