Skip to content

Commit 843ee57

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

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

README.MD

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ _abort_ 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+
4656
### Operations on objects
4757

4858
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.

src/main/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setuptools.setup(
1515
name="antidotedb",
16-
version="0.1.1",
16+
version="0.1.2",
1717
author="Nuno Preguica",
1818
author_email="nuno.preguica@fct.unl.pt",
1919
description="AntidoteDB Python clients",

0 commit comments

Comments
 (0)