Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

redisZCard

redisZCard.Rd


Description

Report the number of elements in a sorted set.

Usage

redisZCard(key)

Arguments

key

The name of the set.

Details

See the Redis documentation for details.

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.

Author(s)

B. W. Lewis

References

http://redis.io/commands


rredis

"Redis" Key/Value Database Client

v1.7.0
Apache License (>= 2.0)
Authors
B. W. Lewis
Initial release
2015-07-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.