vertx / io.vertx.rxjava.redis / RedisTransaction / zcard

zcard

open fun zcard(key: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Get the number of members in a sorted set

Parameters

key - Key string

handler - Handler for the result of this call.

Return