Spring Boot で Redis Sentinel を参照する
1242 ワード
application.yml
application.yml
spring:
redis:
sentinel:
master: mymaster
nodes: 192.168.10.11:26379,192.168.10.12:26379
application.yml
spring:
redis:
sentinel:
master: mymaster
nodes: 192.168.10.11:26379,192.168.10.12:26379
Spring Data RedisでRedis Sentinelを利用する - Qiita
- spring-data-redis 1.6.1.RELEASE 現在の記載方法
- mymasterはSentinelの設定名で
- 普通のRedisと同様に動き、Spring Session のストアとかも特別な記述はいらない
関連
Author And Source
この問題について(Spring Boot で Redis Sentinel を参照する), 我々は、より多くの情報をここで見つけました https://qiita.com/thrakt/items/a6136db62d3bdd0e92d3著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .