Skip to content

Update redis.rb#63

Open
ewatremetz wants to merge 1 commit into
logstash-plugins:mainfrom
ewatremetz:patch-1
Open

Update redis.rb#63
ewatremetz wants to merge 1 commit into
logstash-plugins:mainfrom
ewatremetz:patch-1

Conversation

@ewatremetz

Copy link
Copy Markdown

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/

gestion du redis set

@robbavey robbavey left a comment

Copy link
Copy Markdown
Member

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

Copy link
Copy Markdown
Member

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

Copy link
Copy Markdown
Member

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

Copy link
Copy Markdown
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants