viewmodel
Advanced tools
Comparing version 1.5.9 to 1.5.10
@@ -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": "viewmodel", | ||
"version": "1.5.9", | ||
"version": "1.5.10", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
@@ -0,1 +1,4 @@ | ||
## [v1.5.10](https://github.com/adrai/node-viewmodel/compare/v1.5.9...v1.5.10) | ||
- redis: fix for new redis lib | ||
## [v1.5.9](https://github.com/adrai/node-viewmodel/compare/v1.5.8...v1.5.9) | ||
@@ -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
104391