You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
spring:
|
|
#redis config
|
|
redis:
|
|
password: redis-dev
|
|
database: 26
|
|
#此配置 为redis-sentinel配置 使用redis-sentinel需要修改如下配置
|
|
sentinel:
|
|
#指定sentinel中配置的redis的主机豆端口和地址
|
|
master: mymaster
|
|
# redis-sentinel的地址和端口
|
|
nodes: sentinel-1.itax.local:32000
|
|
|