Skip to content

Instantly share code, notes, and snippets.

@avinash10584
Created June 19, 2020 05:47
Show Gist options
  • Save avinash10584/6a5f1e65050587a0ea58538039ad1bde to your computer and use it in GitHub Desktop.
Save avinash10584/6a5f1e65050587a0ea58538039ad1bde to your computer and use it in GitHub Desktop.
application-cluster.yml
server:
port: 4024
servlet:
context-path: /app
spring:
application:
name: todolist-redis
cache:
type: redis
redis:
cluster:
nodes:
- 172.18.0.3:6379
- 172.18.0.2:6379
- 172.18.0.4:6379
maxRedirects: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment