suspend fun RedisTransaction.psubscribeManyAwait(patterns: List<String>): String
Listen for messages published to channels matching the given patterns
patterns - List of patterns
patterns
handler - Handler for the result of this call.
handler
Return