vertx / io.vertx.redis / RedisTransaction / punsubscribe

punsubscribe

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

Stop listening for messages posted to channels matching the given patterns

Parameters

patterns - List of patterns to match against

handler - Handler for the result of this call.

Since
Redis 2.0.0 group: pubsub