vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / expireatAwait

expireatAwait

suspend fun RedisTransaction.expireatAwait(key: String, seconds: Long): String

Set the expiration for a key as a UNIX timestamp

Parameters

key - Key string

seconds - Expiry time as Unix timestamp in seconds

handler - Handler for the result of this call.

Return