vertx / io.vertx.redis / RedisTransaction / psubscribeMany

psubscribeMany

abstract fun psubscribeMany(patterns: MutableList<String>, handler: Handler<AsyncResult<String>>): RedisTransaction

Listen for messages published to channels matching the given patterns

Parameters

patterns - List of patterns

handler - Handler for the result of this call.

Since
Redis 2.0.0 group: pubsub