suspend fun RedisTransaction.slowlogGetAwait(limit: Int): String
Suspending version of method io.vertx.redis.RedisTransaction.slowlogGet
limit
- Number of log entries to return. If value is less than zero all entries are returned
Return
NOTE: This function has been automatically generated from io.vertx.redis.RedisTransaction using Vert.x codegen.