vertx / io.vertx.redis / RedisTransaction / unsubscribe

unsubscribe

abstract fun unsubscribe(channels: MutableList<String>, handler: Handler<AsyncResult<String>>): RedisTransaction

Stop listening for messages posted to the given channels

Parameters

channels - List of channels to subscribe to

handler - Handler for the result of this call.

Since
Redis 2.0.0 group: pubsub