@ivfuture/ecomm-cache-redis
Advanced tools
Comparing version 1.5.0 to 1.6.0
@@ -49,3 +49,4 @@ "use strict"; | ||
this.TTL = (_b = options.ttl) !== null && _b !== void 0 ? _b : DEFAULT_CACHE_TIME; | ||
this.namespace = options.namespace || DEFAULT_NAMESPACE; | ||
this.namespace = | ||
"".concat(this.constructor.name, ":") + options.namespace || DEFAULT_NAMESPACE; | ||
} | ||
@@ -52,0 +53,0 @@ /** |
{ | ||
"name": "@ivfuture/ecomm-cache-redis", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"description": "Redis Cache Module for Medusa", | ||
@@ -39,3 +39,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "9edde96da627143ee3075c7cd455ec3419fc8afe" | ||
"gitHead": "461d6aa3e9fe612e49ed7d92fb0319186b6a54e8" | ||
} |
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
25535
396