-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update redis client Rewrite redis client based on outputs.mode package - support for TLS - support for SOCKS5 - error handling and retry logic + support for 'Guaranteed' output - support for failover and loadbalancing if multiple hosts are configured - support for multiple workers (loadbalancing mode) per redis host - backoff strategy is redis is unresponsive - split topology handling from outputer (dedicated config options in redis module) - Fix response handling draining complete response buffer after sending batch * Add redis output improvements to changelog * Update redis default config * Update redis output configuration docs * Add sredis docker image with stunnel->redis * Add TLS/redis integration tests * Add RPUSH bulk/pipelining code comment
- Loading branch information
Showing
14 changed files
with
999 additions
and
384 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
Oops, something went wrong.