vertx / io.vertx.redis / RedisTransaction / pexpireat

pexpireat

abstract fun pexpireat(key: String, millis: Long, handler: Handler<AsyncResult<String>>): RedisTransaction

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.

Since
Redis 2.6.0 group: generic