vertx / io.vertx.redis / RedisTransaction / publish

publish

abstract fun publish(channel: String, message: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Post a message to a channel

Parameters

channel - Channel key

message - Message to send to channel

handler - Handler for the result of this call.

Since
Redis 2.0.0 group: pubsub