vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / psubscribeManyAwait

psubscribeManyAwait

suspend fun RedisTransaction.psubscribeManyAwait(patterns: List<String>): String

Listen for messages published to channels matching the given patterns

Parameters

patterns - List of patterns

handler - Handler for the result of this call.

Return