Learn R Programming

rredis (version 1.7.0)

redisZCount: redisZCount

Description

Returns the number of elements in the sorted set at key with a score between min and max. The min and max arguments have the same semantic as described for redisZRangeByScore.

Usage

redisZCount(key, min, max)

Arguments

key
The set name.
min
Minimum score.
max
Maximum score.

Value

  • See the Redis documentation for more information.

References

http://redis.io/commands