vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / zcardAwait

zcardAwait

suspend fun RedisTransaction.zcardAwait(key: String): String

Get the number of members in a sorted set

Parameters

key - Key string

handler - Handler for the result of this call.

Return