vertx / io.vertx.redis / RedisTransaction / zcard

zcard

abstract 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.

Since
Redis 1.2.0 group: sorted_set