vertx / io.vertx.rxjava.redis / RedisTransaction / slowlogLen

slowlogLen

open fun slowlogLen(handler: Handler<AsyncResult<String>>): RedisTransaction

Get the length of the Redis slow queries log

Parameters

handler - Handler for the result of this call.

Return