vertx / io.vertx.reactivex.redis / RedisClient / clusterResetWithOptions

clusterResetWithOptions

open fun clusterResetWithOptions(options: ResetOptions, handler: Handler<AsyncResult<Void>>): RedisClient

Reset a Redis Cluster node.

Parameters

options -

handler - Handler for the result of this call.

Return