vertx / io.vertx.redis / RedisTransaction / scard

scard

abstract fun scard(key: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Get the number of members in a set

Parameters

key - Key string

handler - Handler for the result of this call.

Since
Redis 1.0.0 group: set