vertx / io.vertx.rxjava.redis / RedisClient / scard

scard

open fun scard(key: String, handler: Handler<AsyncResult<Long>>): RedisClient

Get the number of members in a set

Parameters

key - Key string

handler - Handler for the result of this call.

Return