Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Oct 7, 2024
1 parent 59f2413 commit 2726b97
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,8 @@ Multi-Record Transactions

Requires server version 8.0+

:param aerospike.Transaction transaction: Multi-record transaction.
:param transaction: Multi-record transaction.
:type transaction: :class:`aerospike.Transaction`, optional
:param bool get_commit_status:
If :py:obj:`True`, return one of :ref:`mrt_commit_status_constants`.
Otherwise, return :py:obj:`None`.
Expand All @@ -612,7 +613,8 @@ Multi-Record Transactions

Requires server version 8.0+

:param aerospike.Transaction transaction: Multi-record transaction.
:param transaction: Multi-record transaction.
:type transaction: :class:`aerospike.Transaction`, optional
:param bool get_abort_status:
If :py:obj:`True`, return one of :ref:`mrt_abort_status_constants`.
Otherwise, return :py:obj:`None`.
Expand Down

0 comments on commit 2726b97

Please sign in to comment.