...
|
...
|
@@ -84,8 +84,9 @@ const specific = { |
|
|
},
|
|
|
redis: {
|
|
|
connect: {
|
|
|
host: '10.66.1.192',
|
|
|
host: 'redis.web.yohoops.org',
|
|
|
port: '6379',
|
|
|
password: 'redis9646',
|
|
|
retry_strategy: options => {
|
|
|
if (options.error && options.error.code === 'ECONNREFUSED') {
|
|
|
console.log('redis连接不成功');
|
...
|
...
|
|