vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / slowlogGetAwait

slowlogGetAwait

suspend fun RedisTransaction.slowlogGetAwait(limit: Int): String

Suspending version of method io.vertx.redis.RedisTransaction.slowlogGet

Parameters

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

Return

String

NOTE: This function has been automatically generated from io.vertx.redis.RedisTransaction using Vert.x codegen.