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