vertx / io.vertx.rxjava.redis / RedisClient / slowlogLen

slowlogLen

open fun slowlogLen(handler: Handler<AsyncResult<Long>>): RedisClient

Get the length of the Redis slow queries log

Parameters

handler - Handler for the result of this call.

Return