vertx / io.vertx.rxjava.redis / RedisTransaction / pexpire

pexpire

open 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.

Return