-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UPDATE EDGE with compare-and-swap (CAS). #4637
Comments
By adding when clause in update: |
But when I use this like
When the version has been changed by other thread. such as it become 2. |
I find that I can do this
|
Sorry for not checking your follow-up questions on time, yes, we could yield any fields and yield version will do the job 👍🏻 |
General Question
I notice that https://docs.nebula-graph.io/3.2.0/3.ngql-guide/13.edge-statements/2.update-edge/ say that
But I cannot find any extra info about this, How can I update a edge with CAS
The text was updated successfully, but these errors were encountered: