vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / zcardAwait

zcardAwait

suspend fun RedisClient.zcardAwait(key: String): Long

Get the number of members in a sorted set

Parameters

key - Key string

handler - Handler for the result of this call.

Return