suspend fun RedisTransaction.punsubscribeAwait(patterns: List<String>): String
Stop listening for messages posted to channels matching the given patterns
patterns
- List of patterns to match against
handler
- Handler for the result of this call.
Return