Authored by 李奇

upgrade yoho-node-lib 0.6.7

@@ -219,7 +219,7 @@ if (isProduction) { @@ -219,7 +219,7 @@ if (isProduction) {
219 port: '6379', 219 port: '6379',
220 enable_offline_queue: false, 220 enable_offline_queue: false,
221 retry_strategy(options) { 221 retry_strategy(options) {
222 - if (options.error && options.error.code === 'ECONNREFUSED') { 222 + if (options.error && options.error.code === 'ECONNREFUSED'){
223 console.log('connect redis server fail'); 223 console.log('connect redis server fail');
224 } 224 }
225 225