vertx / io.vertx.redis / RedisTransaction / psetex

psetex

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

Set the value and expiration in milliseconds of a key

Parameters

key - Key string

millis - Number of milliseconds until the key expires

value - New value for key

handler - Handler for the result of this call.

Since
Redis 2.6.0 group: string