vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / psubscribeManyAwait

psubscribeManyAwait

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

Listen for messages published to channels matching the given patterns

Parameters

patterns - List of patterns

handler - Handler for the result of this call.

Return