vertx / io.vertx.reactivex.redis / RedisTransaction / rxPubsubNumsub

rxPubsubNumsub

open fun rxPubsubNumsub(channels: MutableList<String>): Single<String>

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

Parameters

channels - List of channels

Return