vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / pubsubNumsubAwait

pubsubNumsubAwait

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

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