vertx / io.vertx.redis / RedisTransaction / setWithOptions

setWithOptions

abstract fun setWithOptions(key: String, value: String, options: SetOptions, handler: Handler<AsyncResult<String>>): RedisTransaction

Set the string value of a key

Parameters

key - Key of which value to set

value - New value for the key

options - Set options

handler - Handler for the result of this call.

Since
Redis 1.0.0 group: string