码迷,mamicode.com
首页 > 编程语言 > 详细

SpringBoot集成哨兵模式

时间:2020-07-05 13:42:48      阅读:117      评论:0      收藏:0      [点我收藏+]

标签:highlight   word   port   sentinel   spring   pre   单机   class   哨兵模式   

springboot集成 redis 哨兵模式配置如下

spring:
  redis:
    #Redis 哨兵模式
    password: larry123456
    sentinel:
      master: larry-master
      nodes: 192.168.127.130:26379,192.168.127.128:26379,192.168.127.129:26379
    #Redis 单机模式
 #   host: 192.168.127.128
 #   port: 6379
 #   password: larry123456

  

SpringBoot集成哨兵模式

标签:highlight   word   port   sentinel   spring   pre   单机   class   哨兵模式   

原文地址:https://www.cnblogs.com/linlf03/p/13245665.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!