vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / infoSectionAwait

infoSectionAwait

suspend fun RedisClient.infoSectionAwait(section: String): JsonObject

Get information and statistics about the server

Parameters

section - Specific section of information to return

handler - Handler for the result of this call.

Return