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