Skip to content
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

redis plugin: Bugfixes, extended error reporting, persistent connections and parallel polling #2826

Merged
merged 12 commits into from
Jun 19, 2018

Conversation

rpv-tomsk
Copy link
Contributor

See commit messages for details.

@rpv-tomsk rpv-tomsk added this to the 5.9 milestone Jun 18, 2018
@rpv-tomsk rpv-tomsk added Feature Bug A genuine bug labels Jun 18, 2018
@rpv-tomsk rpv-tomsk force-pushed the collectd-master branch 2 times, most recently from 8c92622 to 988b514 Compare June 19, 2018 10:51
@rpv-tomsk rpv-tomsk added the Automerge Labels PRs to be merged by a bot once approved label Jun 19, 2018
@collectd-bot collectd-bot merged commit 0a18c82 into collectd:master Jun 19, 2018
rn->host = strdup(REDIS_DEF_HOST);

if (rn->name == NULL || rn->host == NULL)
return ENOMEM;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this leaks rn

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@octo octo added Fix A pull request fixing a bug and removed Bug A genuine bug labels Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Automerge Labels PRs to be merged by a bot once approved Feature Fix A pull request fixing a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants