vertx / io.vertx.redis / RedisTransaction / psubscribe

psubscribe

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

Listen for messages published to channels matching the given pattern

Parameters

pattern - Pattern string

handler - Handler for the result of this call.

Since
Redis 2.0.0 group: pubsub