vertx / io.vertx.reactivex.redis / RedisTransaction / rxZcount

rxZcount

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

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

Parameters

key - Key string

min - Minimum score

max - Maximum score

Return