Skip to content

Commit b30f661

Browse files
committed
Pass on README.md
1 parent 843ee57 commit b30f661

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

src/main/python/README.MD

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,17 @@ _abot_ method rollbacks the transactions.
4343

4444
tx.abort()
4545

46+
#### Session guarantees
47+
48+
By default, the client will not maintain a session across consecutive transactions, i.e.,
49+
there will be no causal dependency established between two consecutive transaction.
50+
51+
To set these dependencies, star a transactionas follows:
52+
53+
54+
tx = clt.start_transaction(min_snapshot=clt.last_commit)
55+
56+
4657
### Operations on objects
4758

4859
The **Key** class allows to specify the AntidoteDB key for an object.

src/main/python/antidotedb/proto/antidote_pb2.py

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)