redis-sessions
Advanced tools
Comparing version 1.1.0 to 1.2.0
# CHANGELOG | ||
## 1.2.0 | ||
* Allow options.url with Redis options object. #31 Thanks to @cristiangraz | ||
## 1.1.0 | ||
@@ -4,0 +8,0 @@ |
@@ -56,2 +56,4 @@ // Generated by CoffeeScript 1.11.1 | ||
this.redis = o.client; | ||
} else if (o.options && o.options.url) { | ||
this.redis = RedisInst.createClient(o.options); | ||
} else { | ||
@@ -58,0 +60,0 @@ this.redis = RedisInst.createClient(o.port || 6379, o.host || "127.0.0.1", o.options || {}); |
{ | ||
"name": "redis-sessions", | ||
"description": "An advanced session store for Redis", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": "P. Liess <smrchy+npm@gmail.com>", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
93833
1421