vertx / io.vertx.rxjava.redis / RedisTransaction / llen

llen

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

Get the length of a list

Parameters

key - String key

handler - Handler for the result of this call.

Return