vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / pexpireatAwait

pexpireatAwait

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

Set the expiration for a key as a UNIX timestamp specified in milliseconds

Parameters

key - Key string

millis - Expiry time as Unix timestamp in milliseconds

handler - Handler for the result of this call.

Return