-
Notifications
You must be signed in to change notification settings - Fork 60
Update redis.rb #63
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
base: main
Are you sure you want to change the base?
Update redis.rb #63
Conversation
gestion du redis set
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.
@ewatremetz - currently, this PR does not build correctly. Also, this PR is missing tests (and ideally documentation updates).
Thanks!
else | ||
@redis.publish(key, payload) | ||
end | ||
# gestion du set |
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'm not sure what this comment means
@redis.publish(key, payload) | ||
end | ||
# gestion du set | ||
@redis ||= connect |
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.
Indentation has gone awry here.
@redis.publish(key, payload) | ||
else | ||
@redis.set(key, payload) | ||
end |
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.
As it stands, this PR does not compile, due to a missing end
gestion du redis set
Thanks for contributing to Logstash! If you haven't already signed our CLA, here's a handy link: https://www.elastic.co/contributor-agreement/