suspend fun RedisClient.configSetAwait(parameter: String, value: String): String
Set a configuration parameter to the given value
parameter - Configuration parameter
parameter
value - New value
value
handler - Handler for the result of this call.
handler
Return