Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 220 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 220 Bytes

spring-boot-with-multi-redis

spring boot multi redis example

  1. go to path src/main/resources/application.properties
  2. modify spring.redis.primary.host and spring.redis.secondary.host value
  3. build and run it