redisZCard:
redisZCard.Rd
Description
Report the number of elements in a sorted set.
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.
Details
See the Redis documentation for details.
References
http://redis.io/commands