The info protocol provides access to configuration and
statistics for the Aerospike server. This module provides the parse utility function for parsing the info
data returned by the Aerospike server.
// INSERT HOSTNAME AND PORT NUMBER OF AEROSPIKE SERVER NODE HERE! varconfig = { hosts:'192.168.33.10:3000', } Aerospike.connect(config, (error, client) => { if (error) throwerror
The info protocol provides access to configuration and statistics for the Aerospike server. This module provides the parse utility function for parsing the info data returned by the Aerospike server.
See
Example