Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
63d1f9e5
Commit
63d1f9e5
authored
May 12, 2014
by
antirez
Browse files
Sentinel: Add "dir /tmp" directive in example sentinel.conf.
parent
715a6d3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
sentinel.conf
View file @
63d1f9e5
...
...
@@ -4,6 +4,13 @@
# The port that this sentinel instance will run on
port
26379
# dir <working-directory>
# Every long running process should have a well-defined working directory.
# For Redis Sentinel to chdir to /tmp at startup is the simplest thing
# for the process to don't interferer with administrative tasks such as
# unmounting filesystems.
dir
/
tmp
# sentinel monitor <master-name> <ip> <redis-port> <quorum>
#
# Tells Sentinel to monitor this master, and to consider it in O_DOWN
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment