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 EXPIRETIME #1860

Merged
merged 3 commits into from
Mar 6, 2022
Merged

Add support for EXPIRETIME #1860

merged 3 commits into from
Mar 6, 2022

Conversation

dvora-h
Copy link
Collaborator

@dvora-h dvora-h commented Jan 5, 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)?

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

Description of change

closes #1806

@dvora-h dvora-h added feature New feature redis-7 labels Jan 5, 2022
@dvora-h dvora-h requested a review from chayim January 5, 2022 11:00
@codecov-commenter
Copy link

codecov-commenter commented Mar 6, 2022

Codecov Report

Merging #1860 (ff4dd1a) into master (c4e4088) will decrease coverage by 0.00%.
The diff coverage is 62.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1860      +/-   ##
==========================================
- Coverage   92.21%   92.20%   -0.01%     
==========================================
  Files         100      100              
  Lines       20978    20991      +13     
==========================================
+ Hits        19344    19354      +10     
- Misses       1634     1637       +3     
Impacted Files Coverage Δ
tests/test_commands.py 99.10% <40.00%> (-0.18%) ⬇️
redis/commands/core.py 85.90% <100.00%> (-0.09%) ⬇️
tests/test_cluster.py 98.42% <0.00%> (+0.12%) ⬆️
redis/asyncio/connection.py 82.88% <0.00%> (+0.23%) ⬆️

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 c4e4088...ff4dd1a. Read the comment docs.

@dvora-h dvora-h merged commit f987a0c into redis:master Mar 6, 2022
@dvora-h dvora-h deleted the add-expiretime branch March 10, 2022 11: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 EXPIRETIME
3 participants