@athenna/cache
Advanced tools
+1
-1
| { | ||
| "name": "@athenna/cache", | ||
| "version": "5.7.0", | ||
| "version": "5.8.0", | ||
| "description": "The cache handler for Athenna Framework.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -63,4 +63,4 @@ /** | ||
| .catch(err => { | ||
| console.error('error happened while trying to connect to redis', err); | ||
| throw err; | ||
| err.message = `Error happened while trying to connect ${this.store} cache store: ${err.message}`; | ||
| Log.channelOrVanilla('exception').error(err); | ||
| }); | ||
@@ -67,0 +67,0 @@ this.isConnected = true; |
54392
0.11%