vertx / io.vertx.rxjava.redis / RedisTransaction / clusterSetConfigEpoch

clusterSetConfigEpoch

open fun clusterSetConfigEpoch(epoch: Long, handler: Handler<AsyncResult<String>>): RedisTransaction

Set the configuration epoch in a new node.

Parameters

epoch -

handler - Handler for the result of this call.

Return