Skip to content

Commit

Permalink
merging with master
Browse files Browse the repository at this point in the history
Signed-off-by: limbooverlambda <schakra1@gmail.com>
  • Loading branch information
limbooverlambda committed Aug 12, 2024
2 parents a7b4b74 + 49f5dba commit 8c6db45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transaction/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const SCAN_LOCK_BATCH_SIZE: u32 = 1024;
/// - `gc`: trigger a GC process which clears stale data in the cluster.
/// - `current_timestamp`: get the current `Timestamp` from PD.
/// - `snapshot`: get a [`Snapshot`] of the database at a specified timestamp.
/// A `Snapshot` is a read-only transaction.
/// A `Snapshot` is a read-only transaction.
///
/// The returned results of transactional requests are [`Future`](std::future::Future)s that must be
/// awaited to execute.
Expand Down

0 comments on commit 8c6db45

Please sign in to comment.