vertx / io.vertx.redis / RedisTransaction / pubsubChannels

pubsubChannels

abstract fun pubsubChannels(pattern: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Lists the currently active channels - only those matching the pattern

Parameters

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

handler - Handler for the result of this call.

Since
Redis 2.8.0 group: pubsub