vertx / io.vertx.rxjava.redis / RedisClient / rxSetWithOptions

rxSetWithOptions

open fun rxSetWithOptions(key: String, value: String, options: SetOptions): Single<String>

Set the string value of a key

Parameters

key - Key of which value to set

value - New value for the key

options - Set options

Return