Releases: devbijay/Fast-Cache
Releases · devbijay/Fast-Cache
V0.1.5
Background Cache Cleanup with APScheduler
- The cache backends now use [APScheduler](https://apscheduler.readthedocs.io/) to manage background cleanup of expired cache entries for cache backends that does not support ttl level clearing.
- This ensures expired items are removed automatically at regular intervals, improving cache efficiency and memory usage.
Updated Tests
- Improved test coverage and stability for all supported cache backends.
V0.1.4
Release v0.1.3
Added v0.1.3
- Google FireStoreBackend:
- PostgreBackend Auto Cleanup Of TT Expired Items
- Other Minor Improvements
Fixed:
- Auto Cleanup Logic
🚀 Release v0.1.2
Added
MongoDB Backend:
Added support for MongoDB as a cache backend, including both synchronous and asynchronous operations, with automatic cache expiration using MongoDB TTL indexes.
Tests for MongoDB Backend:
Comprehensive tests have been added to ensure reliability and correctness of the new MongoDB backend.
0.1.1
Full Changelog: 0.1.0...0.1.1
0.1.0
Full Changelog: https://github.com/devbijay/Fast-Cache/commits/0.1.0