vertx / io.vertx.redis / RedisTransaction / expireat

expireat

abstract fun expireat(key: String, seconds: Long, handler: Handler<AsyncResult<String>>): RedisTransaction

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.

Since
Redis 1.2.0 group: generic