redis-sessions
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -37,2 +37,3 @@ // Generated by CoffeeScript 1.9.3 | ||
} | ||
this._wipe = bind(this._wipe, this); | ||
this._returnSessions = bind(this._returnSessions, this); | ||
@@ -39,0 +40,0 @@ this._initErrors = bind(this._initErrors, this); |
{ | ||
"name": "redis-sessions", | ||
"description": "An advanced session store for Redis", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"author": "P. Liess <smrchy+npm@gmail.com>", | ||
@@ -17,3 +17,3 @@ "engines": { | ||
"optionalDependencies": { | ||
"hiredis": "^0.4.1" | ||
"hiredis": "0.4.1" | ||
}, | ||
@@ -20,0 +20,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
95070
1405