Fix sentinel.conf typo

Closes #1739
This commit is contained in:
Jan-Erik Rediger
2014-05-12 11:20:46 +02:00
committed by antirez
parent a19cdc5138
commit 213e819293

View File

@ -29,7 +29,7 @@ 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
# for the process to don't interfere with administrative tasks such as
# unmounting filesystems.
dir /tmp