forked from mDialog/smoke
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request mDialog#46 from damienlevin/sentinel_wip
Added Sentinel support
- Loading branch information
Showing
24 changed files
with
2,835 additions
and
538 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
brando { | ||
# Default connection retry delay on disconnect | ||
connection_retry = 2s | ||
brando.connection{ | ||
timeout = 2s | ||
|
||
#Max number of times to attempt connection before failing | ||
#connection_attempts = 3 | ||
} | ||
#Delay before trying to reconnect | ||
retry.delay = 1 s | ||
|
||
#Redis connection/authentication timeout | ||
redis.timeout = 2s | ||
#Number of connect attempts before failure | ||
retry.attempts = 3 | ||
} |
Oops, something went wrong.