teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

補足情報追加

2018/02/19 09:42

投稿

H.Maseda
H.Maseda

スコア7

title CHANGED
File without changes
body CHANGED
@@ -38,4 +38,23 @@
38
38
 
39
39
  ### 補足情報(FW/ツールのバージョンなど)
40
40
 
41
+ redis.confの修正について(マスター、スレーブ×1)
42
+
43
+ bind 127.0.0.1→#bind 127.0.0.1
44
+ protected-mode yes→protected-mode no
41
- ここにより詳細な情報を記載してください。
45
+ timeout 0→timeout 60
46
+ tcp-keepalive 300→tcp-keepalived 0
47
+ stop-writes-on-bgsave-error yes→stop-writes-on-bgsave-error no
48
+ ↑変更した記憶がないのでredisが自分で変更したのではないかと(かつ2台中マスター側のみ)
49
+ slave-read-only yes→slave-read-only no
50
+ slaveof (スレーブ側のみ)
51
+
52
+ redis-sentinel.confの設定について(redisとは別サーバ×1)
53
+
54
+ protected-mode no
55
+ daemonize no
56
+ sentinel monitor redis_www_session (マスターIP) 6379 1
57
+ sentinel down-after-milliseconds redis_www_session 3000
58
+ # Generated by CONFIG REWRITE
59
+ sentinel failover-timeout redis_www_session 90000
60
+ sentinel known-slave redis_www_session (スレーブIP) 6379