vertx / io.vertx.reactivex.redis / RedisTransaction / expire

expire

open fun expire(key: String, seconds: Int, handler: Handler<AsyncResult<String>>): RedisTransaction

Set a key's time to live in seconds

Parameters

key - Key string

seconds - Time to live in seconds

handler - Handler for the result of this call.

Return