Skip to content

Commit

Permalink
Docs: fix missing ttl parameter in batch_operate()
Browse files Browse the repository at this point in the history
Co-authored-by: dwelch-spike <[email protected]>
  • Loading branch information
juliannguyen4 and dwelch-spike authored Nov 8, 2023
1 parent a593bc4 commit 75df23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ Batch Operations

.. note:: Requires server version >= 6.0.0.

.. method:: batch_operate(keys: list, ops: list, [policy_batch: dict], [policy_batch_write: dict], []) -> BatchRecords
.. method:: batch_operate(keys: list, ops: list, [policy_batch: dict], [policy_batch_write: dict], [ttl: int]) -> BatchRecords

Perform the same read/write transactions on multiple keys.

Expand Down

0 comments on commit 75df23c

Please sign in to comment.