vertx / io.vertx.rxjava.redis / RedisClient / configSet

configSet

open fun configSet(parameter: String, value: String, handler: Handler<AsyncResult<String>>): RedisClient

Set a configuration parameter to the given value

Parameters

parameter - Configuration parameter

value - New value

handler - Handler for the result of this call.

Return