connect-redis
Advanced tools
Comparing version 2.4.0 to 2.4.1
2.4.1 / 2015-07-24 | ||
================== | ||
* Make touch a noop when disableTTY is set | ||
2.4.0 / 2015-07-10 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -235,2 +235,3 @@ /*! | ||
if (!fn) fn = noop; | ||
if (store.disableTTL) return fn() | ||
@@ -237,0 +238,0 @@ var ttl = getTTL(store, sess); |
{ | ||
"name": "connect-redis", | ||
"description": "Redis session store for Connect", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"author": "TJ Holowaychuk <tj@vision-media.ca>", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
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
17110
327