vertx / io.vertx.reactivex.redis / RedisClient / rxZcount

rxZcount

open fun rxZcount(key: String, min: Double, max: Double): Single<Long>

Count the members in a sorted set with scores within the given values

Parameters

key - Key string

min - Minimum score

max - Maximum score

Return