Authored by 陈峰

commit

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