hazelcast-store
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "hazelcast-store", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Hazelcast implementation of expressjs session store", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -27,3 +27,3 @@ [![npm](https://img.shields.io/npm/v/hazelcast-store.svg)](https://npmjs.com/package/hazelcast-store) [![Dependencies](https://img.shields.io/david/jackspaniel/hazelcast-store.svg)](https://david-dm.org/jackspaniel/hazelcast-store) ![Downloads](https://img.shields.io/npm/dm/hazelcast-store.svg) | ||
const clientConfig = new HazelcastConfig.ClientConfig(); | ||
clientConfig.networkConfig.addresses = [{host: '127.0.0.1', 5701}]; | ||
clientConfig.networkConfig.addresses = [{host: '127.0.0.1', port: 5701}]; | ||
@@ -30,0 +30,0 @@ HazelcastClient.newHazelcastClient(clientConfig).then((hzInstance) => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17647
9