haraka-plugin-redis
Advanced tools
Comparing version 2.0.7 to 2.0.8
@@ -219,2 +219,5 @@ 'use strict' | ||
this.redis = redis.createClient(this.redisCfg.pubsub) | ||
this.redis.on('error', (err) => { | ||
this.logerror(err.message) | ||
}) | ||
await this.redis.connect() | ||
@@ -238,2 +241,5 @@ | ||
connection.notes.redis = redis.createClient(this.redisCfg.pubsub) | ||
connection.notes.redis.on('error', (err) => { | ||
this.logerror(err.message) | ||
}) | ||
await connection.notes.redis.connect() | ||
@@ -240,0 +246,0 @@ |
{ | ||
"name": "haraka-plugin-redis", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "Redis plugin for Haraka & other plugins to inherit from", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
12722
214
0