vertx / io.vertx.rxjava.redis / RedisClient / rxLlen

rxLlen

open fun rxLlen(key: String): Single<Long>

Get the length of a list

Parameters

key - String key

Return