From 6291221f0bb2f8de9f638e25c6aee36bade281e8 Mon Sep 17 00:00:00 2001 From: agrgr Date: Wed, 8 Jan 2025 18:39:56 +0200 Subject: [PATCH] update transactions documentation --- src/main/asciidoc/index.adoc | 1 + src/main/asciidoc/reference/transactions.adoc | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) 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: