mikro-orm-cache-adapter-redis
Advanced tools
Comparing version 1.1.0 to 1.1.1
# Mikro ORM - Redis cache adapter - Changelog | ||
## 1.1.1 | ||
- Remove log | ||
## 1.1.0 | ||
@@ -4,0 +7,0 @@ - Ignore cache when redis is not connected |
@@ -107,3 +107,2 @@ 'use strict'; | ||
case 0: | ||
console.log('set', this.connected); | ||
if (!this.connected) | ||
@@ -110,0 +109,0 @@ return [2 /*return*/, undefined]; |
@@ -99,3 +99,2 @@ import IORedis from 'ioredis'; | ||
case 0: | ||
console.log('set', this.connected); | ||
if (!this.connected) | ||
@@ -102,0 +101,0 @@ return [2 /*return*/, undefined]; |
{ | ||
"name": "mikro-orm-cache-adapter-redis", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A redis cache adapter for mikro-orm", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
19552
335