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

expireatAwait

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

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

Parameters

key - Key string

seconds - Expiry time as Unix timestamp in seconds

Return

String

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