-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Bump redis dependency to 6.0.0 #20265
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
The changelog type |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
The changelog type |
Review from steveny91 is dismissed. Related teams and files:
- agent-integrations
- redisdb/tests/test_unit.py
Datadog SummaryWas this helpful? Give us feedback! |
The changelog type |
The changelog type |
The changelog type |
What does this PR do?
Bumps redis version to 6.0.0: https://github.com/redis/redis-py/releases/tag/v6.0.0
It includes some breaking changes such as removing previously deprecated fields that we supported.
Additionally, removes support for the connection_pool argument as we do not document it and it is has to be a valid
ConnectionPool
object.Motivation
Review checklist (to be filled by reviewers)
qa/skip-qa
label if the PR doesn't need to be tested during QA.backport/<branch-name>
label to the PR and it will automatically open a backport PR once this one is merged