redis-sessions
Advanced tools
Comparing version 0.3.7 to 0.3.8
# CHANGELOG | ||
## 0.3.8 | ||
* Removed debug message when wiping timed out sessions. | ||
## 0.3.7 | ||
@@ -4,0 +8,0 @@ |
@@ -618,3 +618,2 @@ // Generated by CoffeeScript 1.6.3 | ||
if (resp.length) { | ||
console.log("WIPING:", resp.length, " sessions"); | ||
_.each(resp, function(e) { | ||
@@ -621,0 +620,0 @@ var options; |
{ | ||
"name": "redis-sessions", | ||
"description": "An advanced session store for Redis", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"author": "P. Liess <smrchy+npm@gmail.com>", | ||
@@ -6,0 +6,0 @@ "engines": { |
@@ -221,2 +221,3 @@ # Redis Sessions | ||
Query the amount of active session within the last 10 minutes (600 seconds). | ||
Note: Multiple sessions from the same user id will be counted as one. | ||
@@ -223,0 +224,0 @@ ```javascript |
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
92425
388
1372