pypi pottery 1.4.2
v1.4.2

latest releases: 3.0.0, 2.3.7, 2.3.6...
2 years ago

Bug Fix: In NextId.reset(), reset all Redis masters

Previously, I'd modified the NextId.__current_id getter to get the ID from n // 2 + 1 Redis masters, then to return the highest of those
IDs.

This means that NextId.reset() must delete the Redis key from all masters.

What's Changed

  • In NextId.reset(), reset all Redis masters by @brainix in #463

Full Changelog: v1.4.1...v1.4.2

Don't miss a new pottery release

NewReleases is sending notifications on new releases.