vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / pubsubChannelsAwait

pubsubChannelsAwait

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

Lists the currently active channels - only those matching the pattern

Parameters

pattern - A glob-style pattern - an empty string means no pattern

handler - Handler for the result of this call.

Return