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

Hello, i've been trying out the client and i have some points that could possibly be improved. I was using a "hello world" project that didn't have logging or anything...

Hello, I've been fighting with this issue for some time now, and cannot seem to understand what's the root of the problem. Let's imagine we have the following code: ```rust...

I would like to start a discussion about making this async. @khaf already mentioned that this is planned anyways. Before i will start to test around, i would like to...

the [python docs](https://aerospike-python-client.readthedocs.io/en/latest/client.html#map-policies) say ``` map_write_mode should be used for Aerospike Server versions < 4.3.0 and map_write_flags should be used for Aerospike server versions greater than or equal to 4.3.0...

Support for MapReduce style of programming using [Stream UDFs](http://www.aerospike.com/docs/architecture/udf.html#stream-udfs): http://www.aerospike.com/docs/guide/aggregation.html

T: enhancement
P4 - nice to have
E: hard

There is a bug with the append_items list operation, resulting in adding 2 int values in front of the values. I'm not sure what the first one (always 0) is,...

Hi team, We are new to Rust and we are trying something to achieve here, like other languages, we want to create a client and share the same with many...

Value currently only has a to_string method. As far as i understand thats more meant as some sort of "debug" function to just print whats inside the value. I guess...

- Expands the serialization feature to include an AerospikeRecord - Removes the `'a`lifetime from `Bin