suspend fun RedisClient.psubscribeAwait(pattern: String): JsonArray
Listen for messages published to channels matching the given pattern
pattern - Pattern string
pattern
handler - Handler for the result of this call.
handler
Return