We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e70b39 commit c24865bCopy full SHA for c24865b
src/raw/client.rs
@@ -24,7 +24,7 @@ const MAX_RAW_KV_SCAN_LIMIT: u32 = 10240;
24
pub struct Client {
25
rpc: Arc<PdRpcClient>,
26
cf: Option<ColumnFamily>,
27
- /// Whether to use the [`atomic mode`](Client::with_atomic).
+ /// Whether to use the [`atomic mode`](Client::with_atomic_for_cas).
28
atomic: bool,
29
}
30
0 commit comments