update search.redis.proxy.address
Showing
2 changed files
with
7 additions
and
15 deletions
@@ -8,18 +8,14 @@ pool: | @@ -8,18 +8,14 @@ pool: | ||
8 | 8 | ||
9 | redis: | 9 | redis: |
10 | yohoSearchRedis: | 10 | yohoSearchRedis: |
11 | - cluster: true | 11 | + cluster: false |
12 | sync: false | 12 | sync: false |
13 | auth: | 13 | auth: |
14 | timeout: 1000 | 14 | timeout: 1000 |
15 | servers: | 15 | servers: |
16 | - - 192.168.103.35:6379 | ||
17 | - - 192.168.103.78:6379 | ||
18 | - - 192.168.103.76:6379 | 16 | + - 192.168.102.216:6379 |
19 | readOnly: | 17 | readOnly: |
20 | - - 192.168.103.35:6379 | ||
21 | - - 192.168.103.78:6379 | ||
22 | - - 192.168.103.76:6379 | 18 | + - 192.168.102.216:6379 |
23 | primary: no | 19 | primary: no |
24 | 20 | ||
25 | yohoSearchBigDataRedis: | 21 | yohoSearchBigDataRedis: |
@@ -8,18 +8,14 @@ pool: | @@ -8,18 +8,14 @@ pool: | ||
8 | 8 | ||
9 | redis: | 9 | redis: |
10 | yohoSearchRedis: | 10 | yohoSearchRedis: |
11 | - cluster: true | 11 | + cluster: ${search.redis.proxy.iscluster} |
12 | sync: false | 12 | sync: false |
13 | - auth: | 13 | + auth: ${search.redis.proxy.auth} |
14 | timeout: 1000 | 14 | timeout: 1000 |
15 | servers: | 15 | servers: |
16 | - - ${redis.search.cluster.address0} | ||
17 | - - ${redis.search.cluster.address1} | ||
18 | - - ${redis.search.cluster.address2} | 16 | + - ${search.redis.proxy.address} |
19 | readOnly: | 17 | readOnly: |
20 | - - ${redis.search.cluster.address0} | ||
21 | - - ${redis.search.cluster.address1} | ||
22 | - - ${redis.search.cluster.address2} | 18 | + - ${search.redis.proxy.address} |
23 | primary: no | 19 | primary: no |
24 | 20 | ||
25 | yohoSearchBigDataRedis: | 21 | yohoSearchBigDataRedis: |
-
Please register or login to post a comment