vertx / io.vertx.rxjava.redis / RedisTransaction / rxPsetex

rxPsetex

open fun rxPsetex(key: String, millis: Long, value: String): Single<String>

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

Return