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

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.

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.