Socket
Socket
Sign inDemoInstall

aerospike

Package Overview
Dependencies
Maintainers
3
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.7.1 to 2.7.2

6

History.md

@@ -0,1 +1,7 @@

v2.7.2 / 2017-08-03
===================
* **Bug Fixes**
* Close cluster event callback handle when client is closed [#211](https://github.com/aerospike/aerospike-client-nodejs/issues/211)
v2.7.1 / 2017-07-24

@@ -2,0 +8,0 @@ ===================

9

lib/config.js

@@ -259,3 +259,5 @@ // *****************************************************************************

* processes on the same machine to share cluster status, including nodes and
* data partion maps.
* data partiton maps. Each shared memory segment contains state for one
* Aerospike cluster. If there are multiple Aerospike clusters, a different
* <code>key</code> must be defined for each cluster.
* @type {Object}

@@ -267,4 +269,5 @@ * @see {@link http://www.aerospike.com/docs/client/c/usage/shm.html#operational-notes|Operational Notes}

* shared memory.
* @property {number} key - Key used to identify the shared
* memory segment; the same key needs to be used on all client instances.
* @property {number} key - Identifier for the shared memory segment
* associated with the target Aerospike cluster; the same key needs to be
* used on all client instances connecting to the same cluster.
* @property {number} [maxNodes=16] - Sets the max. number of

@@ -271,0 +274,0 @@ * server nodes in the cluster - this value is required to size the shared

{
"name": "aerospike",
"version": "2.7.1",
"version": "2.7.2",
"description": "Aerospike Client Library",

@@ -5,0 +5,0 @@ "tags": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc