abstract fun configSet(parameter: String, value: String, handler: Handler<AsyncResult<String>>): RedisTransaction
Set a configuration parameter to the given value
parameter - Configuration parameter
handler - Handler for the result of this call.
Since
Redis 2.0.0 group: server