- better docstring for `BaseKiwiCache` and `KiwiCache`
Changed
- fix initial value of `expires_at` attribute of `KiwiCache` - fix `KiwiCache` data prolong if local `_data` is filled - change `instances` array to dict
0.4.3
Added
- Black check for gitlab CI
Changed
- Remove using arrow - Remove using attrs for class attributes - Format docs by Black project
0.4.2
- Generalize KiwiCache and use attrs - Format of code by Black project
0.4.1
Changed
- Add tests to check functionality of ttl - Validation for initial parameters - Fix missing connection to Redis in SQLAlchemyResource