Authored by 陈峰

change redis

... ... @@ -95,7 +95,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') {
... ...