sequelize-transparent-cache-ioredis
Advanced tools
Comparing version 2.0.2 to 2.2.0
{ | ||
"name": "sequelize-transparent-cache-ioredis", | ||
"version": "2.0.2", | ||
"version": "2.2.0", | ||
"description": "ioredis adaptor for sequelize-transparent-cache", | ||
@@ -28,3 +28,3 @@ "main": "src/index.js", | ||
}, | ||
"gitHead": "0ef783f46be8f8b3b42990f34336b9f2032e659e" | ||
"gitHead": "60aff75e0fc7c8206abf80fef803d9f1b8ad797b" | ||
} |
@@ -19,3 +19,3 @@ class IORedisAdaptor { | ||
const options = this.lifetime | ||
? [ 'EX', this.lifetime ] | ||
? ['EX', this.lifetime] | ||
: [] | ||
@@ -22,0 +22,0 @@ |
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
3297