vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / psubscribeAwait

psubscribeAwait

suspend fun RedisTransaction.psubscribeAwait(pattern: String): String

Listen for messages published to channels matching the given pattern

Parameters

pattern - Pattern string

Return