suspend fun RedisTransaction.pubsubNumsubAwait(channels: List<String>): String
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels
channels - List of channels
channels
handler - Handler for the result of this call.
handler
Return