redisZCard: redisZCard.Rd

Description Usage Arguments Details Value Author(s) References

View source: R/zsetVal.R

Description

Report the number of elements in a sorted set.

Usage

1

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 documentation built on May 2, 2019, 2:02 p.m.