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.

16 lines
350 B

spring:
application:
name: redis-ha
data:
redis:
sentinel:
master: mymaster
nodes:
- 172.23.0.7:26379
- 172.23.0.8:26379
- 172.23.0.9:26379
password: palnet!234
timeout: 3000
server:
port: 8060