vertx / io.vertx.reactivex.redis / RedisClient / punsubscribe

punsubscribe

open fun punsubscribe(patterns: MutableList<String>, handler: Handler<AsyncResult<Void>>): RedisClient

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