Created
December 28, 2012 03:59
-
-
Save matetsu/4394306 to your computer and use it in GitHub Desktop.
監視設定などを除いたSentinelを起動するためだけの設定。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
daemonize yes | |
pidfile /var/run/redis-sentinel.pid | |
loglevel notice | |
logfile /var/log/redis-sentinel.log | |
port 26379 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment