Skip to content

v1.0.8

Compare
Choose a tag to compare
@brainix brainix released this 11 Dec 05:51
· 440 commits to master since this release

Bug Fix: ._scan() in RedisCounter._make_counter()

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.

In practice, this meant that RedisCounter.most_common() yielded wrong results. It's fixed in this release.

What's Changed

Full Changelog: v1.0.7...v1.0.8