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

Iterate over entry set instead of key set. #170

Merged
merged 1 commit into from Sep 13, 2011

Conversation

kevinsawicki
Copy link
Contributor

This corrects a findbugs warning about how iteration over a key set followed by a call to get is less efficient than iterating over an entry set.

@ib84
Copy link

ib84 commented Sep 9, 2011

Hi,
Please indicate whether you run the jedis test suite successfully. If you did not test yet, please consider to do so, and make a little comment.
thanks a lot

ewhauser added a commit that referenced this pull request Sep 13, 2011
---

This corrects a [findbugs](http://findbugs.sourceforge.net/) warning about how iteration over a key set followed by a call to ```get``` is less efficient than iterating over an entry set.
@ewhauser ewhauser merged commit 97bbfdc into redis:master Sep 13, 2011
@kevinsawicki kevinsawicki deleted the entryset branch July 19, 2017 23:53
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.

None yet

3 participants