diff options
author | antirez <antirez@gmail.com> | 2014-03-07 18:03:51 +0100 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2014-03-11 10:10:30 +0100 |
commit | 6fb9e2d7177b6ab41b62ad36f34760c5e425330c (patch) | |
tree | cb67d4e3598b5a4b4ad97c42abc6683b7ebf4128 /sentinel.conf | |
parent | eb9e1526e65b01ba6041003878c9702c5670e11b (diff) | |
download | redis-6fb9e2d7177b6ab41b62ad36f34760c5e425330c.tar.gz |
Typo in sentinel.conf, exists -> exits.
Diffstat (limited to 'sentinel.conf')
-rw-r--r-- | sentinel.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sentinel.conf b/sentinel.conf index e44342221..ff255f87f 100644 --- a/sentinel.conf +++ b/sentinel.conf @@ -86,10 +86,10 @@ sentinel failover-timeout mymaster 180000 # or to reconfigure clients after a failover. The scripts are executed # with the following rules for error handling: # -# If script exists with "1" the execution is retried later (up to a maximum +# If script exits with "1" the execution is retried later (up to a maximum # number of times currently set to 10). # -# If script exists with "2" (or an higher value) the script execution is +# If script exits with "2" (or an higher value) the script execution is # not retried. # # If script terminates because it receives a signal the behavior is the same |