vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / zcountAwait

zcountAwait

suspend fun RedisTransaction.zcountAwait(key: String, min: Double, max: Double): String

Suspending version of method io.vertx.redis.RedisTransaction.zcount

Parameters

key - Key string

min - Minimum score

max - Maximum score

Return

String

NOTE: This function has been automatically generated from io.vertx.redis.RedisTransaction using Vert.x codegen.