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

Fix ._scan() bug in RedisCounter._make_counter() #293

Merged
merged 2 commits into from
Dec 11, 2020
Merged

Conversation

brainix
Copy link
Owner

@brainix brainix commented Dec 11, 2020

Previously, we were calling ._scan() multiple times, and using only
every other ._scan() call's results, and never using encoded_dict.

Now, we're using encoded_dict and not skippinng over every other
._scan() call.

Previously, we were calling `._scan()` multiple times, and using only
every other `._scan()` call's results, and never using `encoded_dict`.

Now, we're using `encoded_dict` and not skippinng over every other
`._scan()` call.
@brainix brainix merged commit 82f6061 into master Dec 11, 2020
@brainix brainix deleted the make-counter-fix branch December 11, 2020 05:18
@brainix
Copy link
Owner Author

brainix commented Dec 11, 2020

Yep. Found and fixed the bug here: #293

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.

1 participant