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 SHARDS #2151

Merged
merged 6 commits into from
May 8, 2022
Merged

Conversation

dvora-h
Copy link
Collaborator

@dvora-h dvora-h commented Apr 28, 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 #2120

@dvora-h dvora-h added feature New feature redis-7 labels Apr 28, 2022
@dvora-h dvora-h requested a review from chayim April 28, 2022 13:20
Copy link
Contributor

@chayim chayim left a comment

Choose a reason for hiding this comment

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

Tiny nit of a request on doc-ing. Looks great otherwise!!!

@codecov-commenter
Copy link

codecov-commenter commented May 2, 2022

Codecov Report

Merging #2151 (d32291a) into master (e1988c6) will decrease coverage by 0.09%.
The diff coverage is 17.85%.

@@            Coverage Diff             @@
##           master    #2151      +/-   ##
==========================================
- Coverage   92.29%   92.19%   -0.10%     
==========================================
  Files         105      105              
  Lines       25244    25274      +30     
==========================================
+ Hits        23298    23302       +4     
- Misses       1946     1972      +26     
Impacted Files Coverage Δ
redis/cluster.py 90.31% <7.14%> (-1.42%) ⬇️
tests/test_cluster.py 96.96% <25.00%> (-0.64%) ⬇️
redis/commands/cluster.py 92.95% <50.00%> (-0.62%) ⬇️
tests/test_asyncio/test_search.py 98.35% <0.00%> (-0.33%) ⬇️
tests/test_graph.py 90.68% <0.00%> (+0.06%) ⬆️
redis/asyncio/connection.py 84.83% <0.00%> (+0.11%) ⬆️

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 e1988c6...d32291a. Read the comment docs.

@dvora-h dvora-h requested a review from chayim May 3, 2022 11:12
@dvora-h dvora-h merged commit faf55b6 into redis:master May 8, 2022
@dvora-h dvora-h deleted the cluster-shards branch May 9, 2022 07:48
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 SHARDS
3 participants