vertx / io.vertx.reactivex.redis / RedisTransaction / rxSet

rxSet

open fun rxSet(key: String, value: String): Single<String>

Set the string value of a key

Parameters

key - Key of which value to set

value - New value for the key

Return