
redis集群连接方式
可惜没有如果@@
这个作者很懒,什么都没留下…
展开
-
springboot整合redis-sentinel哨兵模式集群
1. pom.xml 添加Redis依赖 <!-- redis --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-dat...原创 2019-10-22 15:18:57 · 1208 阅读 · 0 评论 -
springboot整合redis-cluster集群
1. 添加依赖 <!-- 连接redis --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId>...原创 2019-10-22 14:41:18 · 708 阅读 · 0 评论