-
I was happy to see all of our images come up as safe, but when I tried one that was known to be unsafe, it also showed as safe. Have I possibly misconfigured?
I tried Aerospike 3.0.7.2 and got thi…
-
Hello,
I'm working on an application that needs to store an array of file paths. We are using Aerospike to store this array as JSON string. The problem is the limit of string length that truncates th…
-
Find appropriate DBs for the SSM
and organize them into a single table showing their characteristics
-
if I provide a Host that unreachable as the first argument, NewClientWithPolicyAndHost will return error.
```
host1 := &Host{
Name: "192.168.1.22", // a non-exist host
Port: 3000,
}
host2 :…
-
At the moment, passing a Boolean as a bin value will result in this error
`Boolean datatype not supported`
As can be seen here [src/main/util/conversions.cc](https://github.com/aerospike/aerospike-cl…
-
What's the proper way to use PutObject with a WritePolicy to update the record instead of creating a new and overwriting it?
-
I have updated maven but I am still getting this error:
```
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.5.5:single (default) on project dynamodb-binding: Execution…
-
Can you take a struct, have it save into columns based on annotations `as:"test"` and then query over them? I haven't seen any examples. I've only seen the EncodeBlob interface.
-
I have downloaded (git) and compiled YCSB using java 1.7 as follows:
YCSB]$ javac -version
javac 1.7.0_85
YCSB]$ mvn -version
Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T…
-
Hi,
I'm currently running a 4 machines aerospike cluster with docker, each node is on a separate server.
# The config
```
service {
user root
group root
pidfile /var/run/aero…