🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

@athenna/cache

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@athenna/cache - npm Package Compare versions

Comparing version
5.7.0
to
5.8.0
+1
-1
package.json
{
"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;