redisZCount: redisZCount

Description Usage Arguments Value Author(s) References

View source: R/zsetVal.R

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

1

Arguments

key

The set name.

min

Minimum score.

max

Maximum score.

Value

See the Redis documentation for more information.

Author(s)

B. W. Lewis

References

http://redis.io/commands


rredis documentation built on May 2, 2019, 2:02 p.m.