Skip to content

Release 1.0.0

Compare
Choose a tag to compare
@kwertop kwertop released this 17 Oct 06:22
· 21 commits to main since this release
  • 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