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 LMPOP #1843

Merged
merged 3 commits into from
Feb 2, 2022
Merged

Add support for LMPOP #1843

merged 3 commits into from
Feb 2, 2022

Conversation

dvora-h
Copy link
Collaborator

@dvora-h dvora-h commented Dec 30, 2021

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)?

NOTE: these things are not required to open a PR and can be done
afterwards / while the PR is open.

Description of change

Add support for LMPOP (redis 7) #1798

@codecov-commenter
Copy link

codecov-commenter commented Dec 30, 2021

Codecov Report

Merging #1843 (16ac94e) into master (231d402) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1843      +/-   ##
==========================================
- Coverage   93.64%   93.62%   -0.02%     
==========================================
  Files          76       76              
  Lines       16207    16229      +22     
==========================================
+ Hits        15177    15195      +18     
- Misses       1030     1034       +4     
Impacted Files Coverage Δ
redis/commands/core.py 89.97% <100.00%> (+0.04%) ⬆️
tests/conftest.py 90.99% <100.00%> (+0.29%) ⬆️
tests/test_commands.py 99.39% <100.00%> (+<0.01%) ⬆️
tests/test_cluster.py 98.53% <0.00%> (-0.26%) ⬇️

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 231d402...16ac94e. Read the comment docs.

@dvora-h dvora-h added the maintenance Maintenance (CI, Releases, etc) label Dec 30, 2021
@chayim chayim added feature New feature and removed maintenance Maintenance (CI, Releases, etc) labels Dec 30, 2021
redis/commands/core.py Outdated Show resolved Hide resolved
@chayim chayim added the redis-7 label Jan 4, 2022
@chayim chayim self-requested a review January 4, 2022 06:51
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.

Approved. Will merge as we start pulling in the redis 7 commands.

@dvora-h dvora-h merged commit aaddeb6 into redis:master Feb 2, 2022
@dvora-h dvora-h deleted the add-lmpop branch February 2, 2022 12:08
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.

None yet

3 participants