forked from raystack/depot
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add socket and connection timeout configs in redis sink (#38)
* feat: add socket and connection timeout configs in redis sink * chore: version bump to 0.8.1 * fix: remove retry mechanism of temp fix * tests: fix tests * feat: make retry mechanism configurable * docs: add docs for redis client retry configs * tests: fix tests * fix: redis client to handle retry mechanism * fix: redis client to handle retry mechanism * fix: redis client to handle retry mechanism * fix: redis client to handle retry mechanism * fix: redis client to handle retry mechanism * fix: remove redundant RedisStandaloneClient constructor * fix: add break after successfull push to redis * fix: change default timeout values
- Loading branch information
1 parent
d3ad67b
commit 081274e
Showing
8 changed files
with
128 additions
and
42 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ plugins { | |
} | ||
|
||
group 'com.gotocompany' | ||
version '0.8.0' | ||
version '0.8.1' | ||
|
||
repositories { | ||
mavenLocal() | ||
|
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
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