sessionstore
Advanced tools
Comparing version 1.2.8 to 1.2.9
@@ -55,3 +55,3 @@ 'use strict'; | ||
this.client = new redis.createClient(options.port || options.socket, options.host, options); | ||
this.client = new redis.createClient(options.port || options.socket, options.host, _.omit(options, 'prefix')); | ||
@@ -58,0 +58,0 @@ this.prefix = options.prefix; |
{ | ||
"author": "adrai", | ||
"name": "sessionstore", | ||
"version": "1.2.8", | ||
"version": "1.2.9", | ||
"private": false, | ||
@@ -30,3 +30,3 @@ "main": "index.js", | ||
"mongodb": ">= 1.x", | ||
"redis": "2.3.x >= 0.10.1", | ||
"redis": ">= 0.10.1", | ||
"tingodb": ">= 0.0.1" | ||
@@ -33,0 +33,0 @@ }, |
@@ -0,1 +1,4 @@ | ||
### [v1.2.9](https://github.com/adrai/sessionstore/compare/v1.2.8...v1.2.9) | ||
- redis: fix for new redis lib | ||
### [v1.2.8](https://github.com/adrai/sessionstore/compare/v1.2.7...v1.2.8) | ||
@@ -2,0 +5,0 @@ - mongodb: added optional heartbeat |
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
41608