pypi pottery 2.3.7
v2.3.7

latest release: 3.0.0
2 years ago

Optimization: CachedOrderedDict.__init__()

Dramatically improve the performance of CachedOrderedDict.__init__(). Prior to this release, we were making multiple round trips to Redis, one per dict_key. As of this release, we make a single bulk call to Redis.

What's Changed

Full Changelog: v2.3.6...v2.3.7

Don't miss a new pottery release

NewReleases is sending notifications on new releases.