This is CacheLib's 0.15.4 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.
PyPI: https://pypi.org/project/CacheLib/0.15.4/
Changes: https://cachelib.readthedocs.io/en/stable/changes/#version-0.15.4
- Fix dumps in
RedisCacheto not use pickle for integers, so they remain compatible with the nativeINCRBY/DECRBYoperations used byinc/dec. #497
Full Changelog: 0.15.3...0.15.4