open fun configSet(parameter: String, value: String, handler: Handler<AsyncResult<String>>): RedisClient
Set a configuration parameter to the given value
parameter - Configuration parameter
handler - Handler for the result of this call.
Return