vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / pubsubNumsubAwait

pubsubNumsubAwait

suspend fun RedisTransaction.pubsubNumsubAwait(channels: List<String>): String

Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels

Parameters

channels - List of channels

handler - Handler for the result of this call.

Return