|
@@ -23,7 +23,7 @@ module.exports = function(conf)
|
|
|
this.client = redis.createClient(options);
|
|
this.client = redis.createClient(options);
|
|
|
|
|
|
|
|
this.client.on("error", (err) => {
|
|
this.client.on("error", (err) => {
|
|
|
- console.log("redis Error " + err);
|
|
|
|
|
|
|
+ console.log("redis Error " + err);
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
return this.client.connect();
|
|
return this.client.connect();
|