vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / pexpireatAwait

pexpireatAwait

suspend fun RedisTransaction.pexpireatAwait(key: String, millis: Long): String

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

Parameters

key - Key string

millis - Expiry time as Unix timestamp in milliseconds

Return

String

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