connect-redis
Advanced tools
Comparing version 1.0.2 to 1.0.3
1.0.3 / 2011-04-17 | ||
================== | ||
* Fixed auth support again [garrensmith] | ||
1.0.2 / 2011-04-15 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -33,3 +33,3 @@ | ||
if (options.pass) { | ||
this.client.auth(options.pwd, function(err){ | ||
this.client.auth(options.pass, function(err){ | ||
if (err) throw err; | ||
@@ -36,0 +36,0 @@ }); |
{ | ||
"name": "connect-redis", | ||
"description": "Redis session store for Connect", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"author": "TJ Holowaychuk <tj@vision-media.ca>", | ||
@@ -6,0 +6,0 @@ "main": "./index.js", |
17084