redis-sessions
Advanced tools
Comparing version 0.1.15 to 0.1.16
@@ -271,3 +271,3 @@ // Generated by CoffeeScript 1.6.2 | ||
_this.redis.zrem("" + _this.redisns + options.app + ":_users", options.id, function() { | ||
return cb(null, { | ||
cb(null, { | ||
kill: total | ||
@@ -274,0 +274,0 @@ }); |
{ | ||
"name": "redis-sessions", | ||
"description": "An advanced session store for Redis", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"author": "P. Liess <smrchy+npm@gmail.com>", | ||
@@ -6,0 +6,0 @@ "engines": { |
@@ -30,2 +30,3 @@ # Redis Sessions | ||
* TODO: Get an array of all sessions of an app which were active within the last *n* seconds. | ||
* TODO: Automatic cleanup of old sessions. | ||
@@ -32,0 +33,0 @@ ## Performance |
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
73460
273