diff --git a/aerospike-core/src/client.rs b/aerospike-core/src/client.rs index f9e0751d..1bdec73a 100644 --- a/aerospike-core/src/client.rs +++ b/aerospike-core/src/client.rs @@ -52,6 +52,7 @@ use futures::AsyncReadExt; /// Each record may have multiple bins, unless the Aerospike server nodes are configured as /// "single-bin". In "multi-bin" mode, partial records may be written or read by specifying the /// relevant subset of bins. +#[derive(Clone)] pub struct Client { cluster: Arc, }