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

Add support for redis 7 streams features #2157

Merged
merged 7 commits into from
May 2, 2022
Merged

Conversation

dvora-h
Copy link
Collaborator

@dvora-h dvora-h commented May 1, 2022

Pull Request check-list

Please make sure to review and check all of these items:

  • Does $ tox pass with this change (including linting)?
  • Do the CI tests pass with this change (enable it first in your forked repo and wait for the github action build to finish)?
  • Is the new or changed code fully tested?
  • Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?
  • Is there an example added to the examples folder (if applicable)?
  • Was the change added to CHANGES file?

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

@dvora-h dvora-h added feature New feature redis-7 labels May 1, 2022
@dvora-h dvora-h requested a review from chayim May 1, 2022 13:21
@codecov-commenter
Copy link

codecov-commenter commented May 1, 2022

Codecov Report

Merging #2157 (0ddf119) into master (40fdb15) will decrease coverage by 0.20%.
The diff coverage is 40.62%.

@@            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     
Impacted Files Coverage Δ
tests/test_commands.py 92.05% <34.61%> (-1.62%) ⬇️
redis/commands/core.py 83.79% <66.66%> (-0.07%) ⬇️
redis/asyncio/connection.py 84.72% <0.00%> (-0.12%) ⬇️
tests/conftest.py 87.25% <0.00%> (+0.79%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 40fdb15...0ddf119. Read the comment docs.

@@ -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")
Copy link
Contributor

Choose a reason for hiding this comment

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

Good catch

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