vertx / io.vertx.redis / RedisTransaction / configSet

configSet

abstract fun configSet(parameter: String, value: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Set a configuration parameter to the given value

Parameters

parameter - Configuration parameter

value - New value

handler - Handler for the result of this call.

Since
Redis 2.0.0 group: server