open fun reset(pattern: String, handler: Handler<AsyncResult<Void>>): RedisSentinel
Reset all the masters with matching name. The pattern argument is a glob-style pattern. The reset process clears any previous state in a master (including a failover in pro
handler - Handler for the result of this call
Return