Skip to content

Releases: kwertop/persistent-node-cache

Release 1.2.0

15 May 17:50
Compare
Choose a tag to compare
  • Better file checks for backup and append files
  • Automatic restoration of cache upon re-initialisation
  • restore function is now synchronous

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.2.0

Release 1.1.1

27 Mar 17:35
Compare
Choose a tag to compare
  • 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

28 Nov 18:27
Compare
Choose a tag to compare
  • Custom serializer can be passed for disk persistence
  • Fixed some test cases

Release 1.0.0

17 Oct 06:22
Compare
Choose a tag to compare
  • 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