vertx / io.vertx.redis / RedisTransaction / pubsubNumpat

pubsubNumpat

abstract 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.

Since
Redis 2.8.0 group: pubsub