vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / publishAwait

publishAwait

suspend fun RedisClient.publishAwait(channel: String, message: String): Long

Post a message to a channel

Parameters

channel - Channel key

message - Message to send to channel

handler - Handler for the result of this call.

Return