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

Pipeline.execute() doesn't short-circuit on empty command stack if it is watching keys #1234

Conversation

brianmaissy
Copy link

Pipeline.execute() no longer short-circuits on empty command stack (eturns an empty list without running EXEC) if it is watching keys.

Closes #1233

@codecov-io
Copy link

codecov-io commented Oct 24, 2019

Codecov Report

Merging #1234 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1234      +/-   ##
==========================================
+ Coverage   92.33%   92.34%   +0.01%     
==========================================
  Files          20       20              
  Lines        5948     5958      +10     
==========================================
+ Hits         5492     5502      +10     
  Misses        456      456
Impacted Files Coverage Δ
redis/client.py 85.3% <100%> (ø) ⬆️
tests/test_pipeline.py 100% <100%> (ø) ⬆️

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 fa0b039...2592b20. Read the comment docs.

@andymccurdy
Copy link
Contributor

This looks great, thanks. Merged into master. It'll go out in the next release.

@brianmaissy
Copy link
Author

Awesome, thanks! Very impressed by your response time, thanks for being a great maintainer!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

execute() doesn't send EXEC if no commands are queued
4 participants