aerospike
Advanced tools
Changelog
[2.0.1] - 2016-04-27
Improvements
Fixes
Tests
Documentation
Changelog
[2.0.0] - 2016-04-19
Changelog
[2.0.0-alpha.3] - 2016-04-18
Improvements
Aerospike.filter
module:
Fixes
Changelog
[2.0.0-alpha.2] - 2016-04-12
Aerospike.info
module with parseInfo
utility method to parse info
string returned by Aerospike cluster nodes using Client#info
method.Client#createIndex
to replace
Client#createIndexWait
; IndexTask#waitUntilDone
polls for task
completion asynchronously.Client#scan
.Changelog
[2.0.0-alpha.1] - 2016-03-30
Improvements
error
) in most callbacks when the command
was executed successfully. See
backward incompatible API changes
for more details. #105,
PR #106. Thanks to
@eljefedelrodeodeljefe!Key
, Double
and GeoJSON
functions can be used as
Constructors now to create instances of the respective data types, e.g.
var key = new Key(ns, set, 'mykey1')
. Use of the Double
and GeoJSON
functions as well as the key
function as regular functions without the new
keyword is deprecated but still supported for backwards compatibility.batchRead
command was added to support reading different
namespaces/bins for each key in a batch. This method requires Aerospike
server version >= 3.6.0. The batchGet/batchExists/batchSelect client
commands deprecated but still supported for backwards compatibility.isConnected
client method to check cluster connection status.Aerospike.status
.Fixes
Changes
add
client command was renamed to incr
; the add
function
is maintained as an alias for the new incr
function for backwards
compatibility but is deprecated.execute
client command was renamed to apply
; the execute
function
is maintained as an alias for the new apply
function for backwards
compatibility but is deprecated.Documentation
Changelog
[1.0.57] - 2016-03-18
Improvements
AEROSPIKE_HOSTS
environment variable.
Thanks to @mrbar42!Fixes
Changelog
[1.0.56] - 2016-02-11
Improvements
operator.incr()
operation on double values.Fixes
client.connect()
is called without callback function.Documentation