Skip to content

champbay/redis-sentinel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

springboot use redis sentinel

1,change application.properties to correct value
spring.redis.password=123456
spring.redis.sentinel.master=mymaster
spring.redis.sentinel.nodes=192.168.1.100:26379,192.168.1.100:26380,192.168.1.100:26381

2,junit test

About

in springboot use redis sentinel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages