Skip to content

Commit

Permalink
update transactions documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
agrgr committed Jan 8, 2025
1 parent 06f7ed1 commit 6291221
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/main/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 2 additions & 4 deletions src/main/asciidoc/reference/transactions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 6291221

Please sign in to comment.