vertx / io.vertx.reactivex.redis / RedisClient / psubscribe

psubscribe

open fun psubscribe(pattern: String, handler: Handler<AsyncResult<JsonArray>>): RedisClient

Listen for messages published to channels matching the given pattern

Parameters

pattern - Pattern string

handler - Handler for the result of this call.

Return