Releases: kwertop/persistent-node-cache
Releases · kwertop/persistent-node-cache
Release 1.2.0
- Better file checks for backup and append files
- Automatic restoration of cache upon re-initialisation
restore
function is now synchronous
What's Changed
- Added better file checks and automatic recovery by @jasonshugart in #3
New Contributors
- @jasonshugart made their first contribution in #3
Full Changelog: v1.1.1...v1.2.0
Release 1.1.1
- Fixed issue of ENOENT error on calling
recover
function - Removed unnecessary calls to backup cache on disk thereby increasing efficiency
Full Changelog: v1.1.0...v1.1.1
Release 1.1.0
- Custom serializer can be passed for disk persistence
- Fixed some test cases
Release 1.0.0
- Implementation of caching backed by persistence
- This package extends the functionalities of node-cache package
- Point in time recovery of cache using backup and append only logs strategy
- Fast persistence using direct-IO save to disk
- All cache operations are same as those of node-cache package