vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / slowlogGetAwait

slowlogGetAwait

suspend fun RedisClient.slowlogGetAwait(limit: Int): JsonArray

Read the Redis slow queries log

Parameters

limit - Number of log entries to return. If value is less than zero all entries are returned

handler - Handler for the result of this call.

Return