Report the number of elements in a sorted set.
报告一个排序的集合中的元素数目。
用法----------Usage----------
redisZCard(key)
参数----------Arguments----------
参数:key
The name of the set.
集合的名称。
Details
详细信息----------Details----------
See the Redis documentation for details.
请参阅Redis的文件的详细信息。
值----------Value----------
The number of elements in the set or zero if the set does not exist. An error is thrown if the key name exists but is not a set.
集合中的元素的数目,或零,如果集不存在。如果键名不存在,但一组,则会引发错误。