vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / punsubscribeAwait

punsubscribeAwait

suspend fun RedisClient.punsubscribeAwait(patterns: List<String>): Unit

Stop listening for messages posted to channels matching the given patterns

Parameters

patterns - List of patterns to match against

handler - Handler for the result of this call.

Return