Fork me on GitHub
#xtdb
<
2019-07-15
>
hoppy01:07:59

This statement (from transactions section) puzzles me. What is the prescribed way to detect that the CAS transactions are failing?

refset09:07:23

Block until the current transaction time is greater than the tx timestamp returned by the transaction (e.g. using sync or the third argument for db), then run a query to make sure that some key piece of information in the transaction now appears in the database

refset09:07:28

This would probably make a good follow-on paragraph with a small example 💡