mirror of
https://github.com/pingcap/tla-plus.git
synced 2025-03-22 06:10:09 +08:00
|
||
---|---|---|
.. | ||
DistributedTransaction.toolbox | ||
DistributedTransaction.pdf | ||
DistributedTransaction.tla | ||
README.md | ||
Test1.cfg | ||
Test1.tla | ||
Test2.cfg | ||
Test2.tla |
TLA+ for Distributed Transaction
The module contains a abstract specification of the transaction system implemented in TiKV. The server-side implementation can be found in TiKV Transaction Module.