SCARD key
Time complexity: O(1)
Integer reply: the cardinality (number of elements) of the set, or if does not exist.
*Examples
redis> SADD myset "World"
Time complexity: O(1)
Integer reply: the cardinality (number of elements) of the set, or if does not exist.
redis> SADD myset "World"
本文档使用 全库网 构建