redisZCard.Rd
Report the number of elements in a sorted set.
redisZCard(key)
key |
The name of the set. |
See the Redis documentation for details.
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.
B. W. Lewis
http://redis.io/commands
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.