Compare commits

..

No commits in common. "cee07ccbe178f2b93d60308aa6b0f7ffcb7d4d7e" and "7088812c80b392b8ed0fbb57578cb5c688cd88eb" have entirely different histories.

1 changed files with 0 additions and 6 deletions

View File

@ -10,13 +10,7 @@ class RedisClient {
* @param {werelogs.Logger} logger - logger instance
*/
constructor(config, logger) {
console.log('RedisClient.js L#13 --------------------------------------------------------------------');
console.log(config);
console.log('--------------------------------------------------------------------');
this._client = new Redis(config);
console.log('RedisClient.js L#17 --------------------------------------------------------------------');
console.log(config);
console.log('--------------------------------------------------------------------');
this._client.on('error', err =>
logger.trace('error from redis', {
error: err,