vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / scardAwait

scardAwait

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

Get the number of members in a set

Parameters

key - Key string

handler - Handler for the result of this call.

Return