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

expireAwait

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

Set a key's time to live in seconds

Parameters

key - Key string

seconds - Time to live in seconds

handler - Handler for the result of this call.

Return