abstract fun zcount(key: String, min: Double, max: Double, handler: Handler<AsyncResult<String>>): RedisTransaction
Count the members in a sorted set with scores within the given values
handler - Handler for the result of this call.
Since
Redis 2.0.0 group: sorted_set