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 CLUSTER LINKS #2019

Merged
merged 4 commits into from
Mar 14, 2022
Merged

Add support for CLUSTER LINKS #2019

merged 4 commits into from
Mar 14, 2022

Conversation

dvora-h
Copy link
Collaborator

@dvora-h dvora-h commented Feb 24, 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 #1945

@dvora-h dvora-h added feature New feature redis-7 labels Feb 24, 2022
@dvora-h dvora-h requested a review from chayim February 24, 2022 11:29
@codecov-commenter
Copy link

codecov-commenter commented Feb 24, 2022

Codecov Report

Merging #2019 (0f8bd85) into master (98fd06e) will decrease coverage by 0.94%.
The diff coverage is 27.27%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2019      +/-   ##
==========================================
- Coverage   92.64%   91.69%   -0.95%     
==========================================
  Files         100      100              
  Lines       20953    20211     -742     
==========================================
- Hits        19411    18532     -879     
- Misses       1542     1679     +137     
Impacted Files Coverage Δ
tests/test_cluster.py 97.46% <11.11%> (-0.96%) ⬇️
redis/commands/cluster.py 94.11% <100.00%> (-0.76%) ⬇️
tests/test_function.py 21.51% <0.00%> (-78.49%) ⬇️
tests/test_ssl.py 40.80% <0.00%> (-6.22%) ⬇️
redis/__init__.py 85.71% <0.00%> (-4.77%) ⬇️
redis/retry.py 95.83% <0.00%> (-4.17%) ⬇️
redis/asyncio/retry.py 92.30% <0.00%> (-3.85%) ⬇️
tests/test_graph_utils/test_edge.py 93.93% <0.00%> (-3.36%) ⬇️
tests/conftest.py 86.97% <0.00%> (-2.63%) ⬇️
tests/test_graph.py 88.30% <0.00%> (-2.33%) ⬇️
... and 50 more

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 98fd06e...0f8bd85. Read the comment docs.

@dvora-h dvora-h merged commit a6a003c into redis:master Mar 14, 2022
@dvora-h dvora-h deleted the cluster-links branch May 9, 2022 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for CLUSTER LINKS
3 participants