suspend fun RedisClient.psubscribeManyAwait(patterns: List<String>): JsonArray
Listen for messages published to channels matching the given patterns
patterns - List of patterns
patterns
Return