Skip to content

v2.3.7

Compare
Choose a tag to compare
@brainix brainix released this 11 Feb 06:58
· 99 commits to master since this release
f7fcd3a

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