vertx / io.vertx.reactivex.redis / RedisClient / rxSetex

rxSetex

open fun rxSetex(key: String, seconds: Long, value: String): Single<String>

Set the value and expiration of a key

Parameters

key - Key string

seconds - Number of seconds until the key expires

value - New value for key

Return