-
Notifications
You must be signed in to change notification settings - Fork 23
adding initial redis output support #45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thank you for this nice contribution 👍 I see that you updated the PR this morning, is it ready to be reviewed? Do you plan to implement the TODOs you wrote now or do you prefer the initial support to be merged before? |
hey @vruello !! to be honest i would go ahead and review it, the TODOs will come but at the moment they are "nice to haves" and the system is already working very well without them |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've made some suggestions for improvement! Btw, I really appreciate your efforts to document the output usage 👍
Could you add the feature in CHANGELOG.md
?
thank you very much for your feedback @vruello !! i just committed your feedback👍 |
Once again, thank you very much for your contribution 👍 |
Adding initial support for a "redis list" output. Tested and working fine on ubuntu 22 LTS
Documentation reproduced below for your convenience as it pretty much sums it up
Redis
This output type sends events to a Redis list using the LPUSH command
You must provide:
TODO:
Examples