vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / scardAwait

scardAwait

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

Get the number of members in a set

Parameters

key - Key string

handler - Handler for the result of this call.

Return