注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
Sentinel 用の設定ファイルを3台分コピーします。 # cd /etc/ # cp redis-sentinel.conf redis-sentinel... Sentinel 用の設定ファイルを3台分コピーします。 # cd /etc/ # cp redis-sentinel.conf redis-sentinel-26379.conf # cp redis-sentinel.conf redis-sentinel-26380.conf # cp redis-sentinel.conf redis-sentinel-26381.conf 各設定ファイルについて、最低限以下の設定を行います。 protected-mode no port <Sentinelのポート番号> daemonize yes pidfile /var/run/redis-sentinel-<Sentinelのポート番号>.pid logfile /var/log/redis/sentinel-<Sentinelのポート番号>.log sentinel monitor mym