vertx / io.vertx.reactivex.redis / RedisClient / clusterSetConfigEpoch

clusterSetConfigEpoch

open fun clusterSetConfigEpoch(epoch: Long, handler: Handler<AsyncResult<Void>>): RedisClient

Set the configuration epoch in a new node.

Parameters

epoch -

handler - Handler for the result of this call.

Return