vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / configGetAwait

configGetAwait

suspend fun RedisClient.configGetAwait(parameter: String): JsonArray

Get the value of a configuration parameter

Parameters

parameter - Configuration parameter

handler - Handler for the result of this call.

Return