diff --git a/src/main/asciidoc/index.adoc b/src/main/asciidoc/index.adoc index 155777e8..cddb907e 100644 --- a/src/main/asciidoc/index.adoc +++ b/src/main/asciidoc/index.adoc @@ -43,6 +43,7 @@ include::reference/template.adoc[] include::reference/secondary-indexes.adoc[] include::reference/indexed-annotation.adoc[] include::reference/caching.adoc[] +include::reference/transactions.adoc[] include::reference/configuration.adoc[] :leveloffset: -1 diff --git a/src/main/asciidoc/reference/transactions.adoc b/src/main/asciidoc/reference/transactions.adoc index dd4b4c73..8fbab8b9 100644 --- a/src/main/asciidoc/reference/transactions.adoc +++ b/src/main/asciidoc/reference/transactions.adoc @@ -128,11 +128,9 @@ public class MyService { == Aerospike Operations Support -Behind the curtains Aerospike transaction manager uses MRTs (multi-record transactions) -which is an Aerospike feature allowing to group together multiple Aerospike operation requests -into a single transaction. +Behind the curtains Aerospike transaction manager uses an Aerospike feature allowing to group together multiple Aerospike operation requests into a single transaction. -NOTE: Not all of the Aerospike operations can participate in transactions. +NOTE: Not all the Aerospike operations can participate in transactions. Here is a list of Aerospike operations that participate in transactions: