vertx / io.vertx.redis / RedisTransaction / slowlogLen

slowlogLen

abstract 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.

Since
Redis 2.2.12 group: server