vertx / io.vertx.reactivex.redis / RedisTransaction / pubsubNumpat

pubsubNumpat

open fun pubsubNumpat(handler: Handler<AsyncResult<String>>): RedisTransaction

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

Parameters

handler - Handler for the result of this call.

Return