redis-sessions
Advanced tools
Comparing version 0.1.10 to 0.1.11
@@ -301,2 +301,7 @@ // Generated by CoffeeScript 1.6.2 | ||
_this.redis.multi(mc).exec(function(err, reply) { | ||
if (err) { | ||
cb(err); | ||
return; | ||
} | ||
resp.w = reply[2]; | ||
cb(null, resp); | ||
@@ -303,0 +308,0 @@ }); |
{ | ||
"name": "redis-sessions", | ||
"description": "A universal session store for Redis", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"author": "P. Liess <smrchy+npm@gmail.com>", | ||
@@ -6,0 +6,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
70060
1087