vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / psubscribeAwait

psubscribeAwait

suspend fun RedisClient.psubscribeAwait(pattern: String): JsonArray

Listen for messages published to channels matching the given pattern

Parameters

pattern - Pattern string

handler - Handler for the result of this call.

Return