vertx / io.vertx.reactivex.redis / RedisClient / pubsubNumpat

pubsubNumpat

open fun pubsubNumpat(handler: Handler<AsyncResult<Long>>): RedisClient

Returns the number of subscriptions to patterns (that are performed using the PSUBSCRIBE command)

Parameters

handler - Handler for the result of this call.

Return