修正redis的集群配置
This commit is contained in:
@@ -13,14 +13,14 @@ spring:
|
|||||||
test-on-borrow: true
|
test-on-borrow: true
|
||||||
initial-size: 3
|
initial-size: 3
|
||||||
redis:
|
redis:
|
||||||
|
cluster:
|
||||||
|
nodes: 130.120.3.234:6379,130.120.3.234:6380,130.120.3.236:6379,130.120.3.236:6380,130.120.3.238:6379,130.120.3.238:6380
|
||||||
password:
|
password:
|
||||||
port: 6379
|
|
||||||
pool:
|
pool:
|
||||||
max-idle: 10
|
max-idle: 10
|
||||||
min-idle: 0
|
min-idle: 0
|
||||||
max-active: 200
|
max-active: 200
|
||||||
max-wait: -1
|
max-wait: -1
|
||||||
host: 130.120.3.234
|
|
||||||
timeout: 1000
|
timeout: 1000
|
||||||
kafka:
|
kafka:
|
||||||
producer:
|
producer:
|
||||||
|
|||||||
Reference in New Issue
Block a user