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

Ruby client for the Aerospike database

Results 9 aerospike-client-ruby issues
Sort by recently updated
recently updated
newest added

Facing an issue while running the following code: ``` require 'rubygems' require 'aerospike' include Aerospike client = Client.new("127.0.0.1") key = Key.new('test', 'test', 'key value') bin_map = { 'bin1' => 'value1',...

Hello there, I cannot write a TrueClass or FalseClass bin. I found that BoolValue raises an exception when writing. ``` def write(buffer, offset) raise Exception.new("Unreachable") end ``` May I know...

Hello, I want to handle scenarios gracefully(without any error) when a node is going down because of some issue or we are restarting a node manually. I tried retry but...

The current batch read response protocol sends back the digest for every record. This information was used to verify that the batch index (also sent back for every record) pointed...

enhancement

any particular reason, why aggregations are not supported?? http://www.aerospike.com/docs/architecture/clients.html Would love to see it soon in the gem!

Aerospike server 6.0 introduced the ability to [send a batch of write/operate/UDF requests in one network call](https://docs.aerospike.com/server/guide/batch#batch-writes) a while ago. Can we expect this feature to be implemented in the...

The workflow stopped working after Aerospike released server v6.0, which removed the `paxos-single-replica-limit` parameter.

In 2021 at [Castle](https://github.com/castle) we worked with @ioquatix because we found a few bugs and stability issues with the Ruby client. Unfortunately at the time we did not submit most...

This PR contains the following code change: 1. Added a logic that enforces a hard-limit on max connections that can be spawned. 2. Added an exception for MAX_CONNS