aerospike-client-rust icon indicating copy to clipboard operation
aerospike-client-rust copied to clipboard

Rust client for the Aerospike database

Results 41 aerospike-client-rust issues
Sort by recently updated
recently updated
newest added

Hi. https://github.com/aerospike/aerospike-client-rust/blob/0c3ebe30fe09eac3b86dffa5854356ce96c1f3e4/src/client.rs#L236 makes it look like BatchOperate is not there yet. Any ETA on that? Thanks, Yevhenii

Hi @khaf , this is my attempt at a rebased pull request It includes: 1. Rack Awareness 2. Sequence Policies 3. Fixes to message encoding (particularly when dealing with larger...

New PR instead of #126 with the actual changes. I think its time to close the other one. Writable: - [x] Derive Implementation for Writable Bins - [x] Derive Implementation...

i need this to run admin commands, i was looking through the code and couldn't find a way, can we simply make `Client.cluster` `pub`?

any reason we wouldn't want to do this? the internal `Cluster` is already wrapped in an arc, also just anecdotal but all the other client structs i've worked with (`nats`...

e.g. `create_role`, `drop_role`, `grant_privileges`, `revoke_privileges`, etc.

this provides more ergonomic error handling with `?` [`anyhow::Error`](https://docs.rs/anyhow/1.0.71/anyhow/struct.Error.html#) i currently get something like this from an `aerospike_client.get(...)?` ```rust error[E0277]: `(dyn StdError + std::marker::Send + 'static)` cannot be shared between...

T: enhancement
help wanted

see the [query](https://aerospike-python-client.readthedocs.io/en/latest/query.html#policies) and [scan](https://aerospike-python-client.readthedocs.io/en/latest/scan.html#policies) policy and option fields in the python client some notable ones that i need are `compress`, `nobins`, and `max_records`