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 to BF.CARD #2545

Merged
merged 3 commits into from
Jan 11, 2023
Merged

Add support to BF.CARD #2545

merged 3 commits into from
Jan 11, 2023

Conversation

shacharPash
Copy link
Contributor

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

Please provide a description of the change here.

Fixes #2538

@codecov-commenter
Copy link

codecov-commenter commented Jan 9, 2023

Codecov Report

Base: 92.26% // Head: 92.22% // Decreases project coverage by -0.03% ⚠️

Coverage data is based on head (23b9af7) compared to base (f46d7f3).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2545      +/-   ##
==========================================
- Coverage   92.26%   92.22%   -0.04%     
==========================================
  Files         115      115              
  Lines       29554    29613      +59     
==========================================
+ Hits        27269    27312      +43     
- Misses       2285     2301      +16     
Impacted Files Coverage Δ
redis/commands/bf/__init__.py 96.73% <ø> (ø)
redis/commands/bf/commands.py 98.50% <100.00%> (+0.02%) ⬆️
tests/test_asyncio/test_bloom.py 99.65% <100.00%> (+<0.01%) ⬆️
tests/test_bloom.py 99.67% <100.00%> (+<0.01%) ⬆️
tests/test_cluster.py 96.62% <0.00%> (-0.50%) ⬇️
tests/test_asyncio/test_search.py 98.29% <0.00%> (-0.35%) ⬇️
redis/asyncio/cluster.py 91.68% <0.00%> (-0.33%) ⬇️
tests/test_asyncio/test_cluster.py 97.48% <0.00%> (-0.13%) ⬇️
tests/test_helpers.py 100.00% <0.00%> (ø)
redis/cluster.py 90.38% <0.00%> (+0.03%) ⬆️
... and 1 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@shacharPash shacharPash added the feature New feature label Jan 9, 2023
@dvora-h dvora-h merged commit be84b93 into master Jan 11, 2023
@dvora-h dvora-h deleted the bfCard branch January 11, 2023 10:57
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 BF.CARD
4 participants