vertx / io.vertx.redis / RedisTransaction / pexpire

pexpire

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

Set a key's time to live in milliseconds

Parameters

key - String key

millis - Time to live in milliseconds

handler - Handler for the result of this call.

Since
Redis 2.6.0 group: generic