-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Add support for redis 7 streams features #2157
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2157 +/- ##
==========================================
- Coverage 92.50% 92.30% -0.21%
==========================================
Files 105 105
Lines 25191 25213 +22
==========================================
- Hits 23303 23272 -31
- Misses 1888 1941 +53
Continue to review full report at Codecov.
|
@@ -3820,7 +3827,7 @@ def test_xclaim(self, r): | |||
== [message_id] | |||
) | |||
|
|||
@skip_if_server_version_lt("5.0.0") | |||
@skip_if_server_version_lt("7.0.0") |
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.
Good catch
Pull Request check-list
Please make sure to review and check all of these items:
$ tox
pass with this change (including linting)?NOTE: these things are not required to open a PR and can be done
afterwards / while the PR is open.
Description of change
closes #2127 closes #2128 closes #2129 closes #2130 closes #2134 closes #2135 closes #2136