suspend fun RedisClient.infoSectionAwait(section: String): JsonObject
Get information and statistics about the server
section - Specific section of information to return
section
handler - Handler for the result of this call.
handler
Return