SCARD
SCARD key
@read, @set, @fast, Returns the set cardinality (number of elements) of the set stored at key.
Integer reply: the cardinality (number of elements) of the set, or 0 if key does not exist.
SADD myset "Hello" SADD myset "World" SCARD myset
© 2006–2022 Salvatore Sanfilippo
Licensed under the Creative Commons Attribution-ShareAlike License 4.0.
https://redis.io/commands/scard/