redis-config.yml
956 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
pool:
maxTotal: 80
maxIdle: 10
minIdle: 5
maxWaitMillis: 2000
testOnBorrow: false
testWhileIdle: true
redis:
yohoSearchRedis:
cluster: true
sync: false
auth:
timeout: 1000
servers:
- 192.168.103.35:6379
- 192.168.103.78:6379
- 192.168.103.76:6379
readOnly:
- 192.168.103.35:6379
- 192.168.103.78:6379
- 192.168.103.76:6379
primary: no
yohoSearchBigDataRedis:
cluster: false
sync: false
auth:
timeout: 1000
servers:
- 192.168.102.216:6379
readOnly:
- 192.168.102.216:6379
primary: no
yohoNoSyncRedis:
cluster: false
sync: false
auth:
timeout: 1000
servers:
- 192.168.102.211:6379
readOnly:
- 192.168.102.211:6379
primary: no