Skip to content

Instantly share code, notes, and snippets.

@avinash10584
Created June 18, 2020 21:23
Show Gist options
  • Save avinash10584/48c4d21a07938bfc610c8e206d05f55b to your computer and use it in GitHub Desktop.
Save avinash10584/48c4d21a07938bfc610c8e206d05f55b to your computer and use it in GitHub Desktop.
application-sentinel.yml
server:
port: 4024
servlet:
context-path: /app
spring:
application:
name: todolist-redis
cache:
type: redis
redis:
sentinel:
master: redis-cluster
nodes:
- 172.18.0.5:6379
- 172.18.0.6:6379
- 172.18.0.7:6379
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment