vertx / io.vertx.rxjava.redis / RedisClient / rxPubsubNumsub

rxPubsubNumsub

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

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

Parameters

channels - List of channels

Return