Authored by 陈峰

commit

... ... @@ -97,7 +97,7 @@ const specific = {
},
redis: {
connect: {
host: '172.31.27.179',
host: 'web.redis.yohoops.org',
port: '6379',
retry_strategy: options => {
if (options.error && options.error.code === 'ECONNREFUSED') {
... ...