Skip to content

Commit

Permalink
add explanation for commands and transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Oct 7, 2024
1 parent 2a43a66 commit e3f3110
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/transaction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
:class:`aerospike.Transaction` --- Multi Record Transaction Class
=================================================================

In this documentation, "commands" are single-record operations, batch operations, scans, or queries.

"Transactions" link individual commands (except for scan and query) together so they can be rolled forward or
backward consistently.

Methods
=======

Expand Down

0 comments on commit e3f3110

Please sign in to comment.