vertx / io.vertx.rxjava.redis / RedisTransaction / punsubscribe

punsubscribe

open 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.

Return