vertx / io.vertx.reactivex.redis / RedisClient / set

set

open fun set(key: String, value: String, handler: Handler<AsyncResult<Void>>): RedisClient

Set the string value of a key

Parameters

key - Key of which value to set

value - New value for the key

handler - Handler for the result of this call.

Return