vertx / io.vertx.reactivex.redis / RedisTransaction / rxPubsubChannels

rxPubsubChannels

open fun rxPubsubChannels(pattern: String): Single<String>

Lists the currently active channels - only those matching the pattern

Parameters

pattern - A glob-style pattern - an empty string means no pattern

Return