v2.3.6
- Bug Fix: Properly configure logging for the Pottery library
- Optimization: Prefer Redis
UNLINK
overDEL
;UNLINK
is faster and non-blocking
What's Changed
- Happy new year! by @brainix in #577
- Upgrade requirements by @brainix in #578
- Prefer Redis UNLINK over DEL by @brainix in #579
- Comment which Redis versions introduced commands by @brainix in #580
- Upgrade requirements by @brainix in #581
- Preserve Open-Closed Principle with name mangling by @brainix in #582
- Upgrade requirements by @brainix in #583
- Define ABCs by subclassing abc.ABC by @brainix in #584
- Unit test that ABCs can't be instantiated by @brainix in #585
- Upgrade requirements by @brainix in #586
- Upgrade requirements by @brainix in #587
- Document Redlock.init() kwargs in docstrings by @brainix in #588
- Use isinstance() to provide a hint to Mypy by @brainix in #589
- Don't specify 'utf-8' argument to bytes.decode() by @brainix in #590
- Properly configure logging for the Pottery library by @brainix in #591
Full Changelog: v2.3.5...v2.3.6