vertx / io.vertx.rxjava.redis / RedisClient / llen

llen

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

Get the length of a list

Parameters

key - String key

handler - Handler for the result of this call.

Return