SCARD key

    Time complexity: O(1)

    : the cardinality (number of elements) of the set, or if does not exist.

    *Examples

    redis> SADD myset "World"

    redis>