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

INFO - add support for taking multiple section arguments #2145

Merged
merged 3 commits into from
Apr 27, 2022

Conversation

dvora-h
Copy link
Collaborator

@dvora-h dvora-h commented Apr 27, 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 #2123

@dvora-h dvora-h added feature New feature redis-7 labels Apr 27, 2022
@dvora-h dvora-h requested a review from chayim April 27, 2022 10:16
@codecov-commenter
Copy link

codecov-commenter commented Apr 27, 2022

Codecov Report

Merging #2145 (d0aaa93) into master (cb91eed) will decrease coverage by 0.01%.
The diff coverage is 44.44%.

@@            Coverage Diff             @@
##           master    #2145      +/-   ##
==========================================
- Coverage   92.45%   92.44%   -0.02%     
==========================================
  Files         104      104              
  Lines       24364    24392      +28     
==========================================
+ Hits        22526    22548      +22     
- Misses       1838     1844       +6     
Impacted Files Coverage Δ
tests/test_commands.py 94.20% <42.85%> (-0.12%) ⬇️
redis/commands/core.py 84.00% <50.00%> (ø)
tests/test_cluster.py 97.48% <0.00%> (-0.12%) ⬇️
tests/test_search.py 99.19% <0.00%> (+0.01%) ⬆️
redis/commands/search/field.py 98.57% <0.00%> (+0.08%) ⬆️

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 cb91eed...d0aaa93. Read the comment docs.

@dvora-h dvora-h merged commit a696fe5 into redis:master Apr 27, 2022
@dvora-h dvora-h deleted the info branch May 9, 2022 07:47
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.

INFO - add support for taking multiple section arguments
3 participants