vertx / io.vertx.redis / RedisTransaction / clusterCountFailureReports

clusterCountFailureReports

abstract fun clusterCountFailureReports(nodeId: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Return the number of failure reports active for a given node.

Parameters

nodeId -

handler - Handler for the result of this call.

Since
Redis 3.0.0 group: cluster