Skip to content

Instantly share code, notes, and snippets.

@avinash10584
Created June 18, 2020 16:03
Show Gist options
  • Save avinash10584/b8bd7187772d19aea0bffa552d24707c to your computer and use it in GitHub Desktop.
Save avinash10584/b8bd7187772d19aea0bffa552d24707c 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