vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / expireAwait

expireAwait

suspend fun RedisTransaction.expireAwait(key: String, seconds: Int): String

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

Parameters

key - Key string

seconds - Time to live in seconds

Return

String

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