Jan Hecking
Jan Hecking
One other thing I forgot to mention: If your windows user folder ("c:\Users\Your Name") has spaces on it, the process also fails. It seems that spaces are not properly escaped...
Ref. https://github.com/aerospike/aerospike-client-nodejs/pull/393#issuecomment-748836445 - the API docs currently don't explain well how to connect to a Aerospike server cluster using TLS.
I'm trying to store a set of coordinates in solr using Sunspot's latlon type and retrieve them from the search results. However since the LatLonType class doesn't have a cast...
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...
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
Use new peers list protocol introduced in AS v3.10 for more efficient node discovery. Note: Requires Aerospike Server version 3.10 or later.
Note: Requires Aerospike Server version 3.10 or later.
Support for [Transport Layer Security](http://www.aerospike.com/docs/guide/security/tls.html) for all communication between the client and all cluster nodes. Support for all 3 TLS security modes: * [ ] Standard Authentication * [ ]...
Does Log++ provide a native (i.e. C/C++) API in addition to the JS API for applications to use for logging? Or would it be feasible to add such an API?...