Skip to content

Releases: havsar/node-ts-cache

Enqueue Feature, TTL fix, Dependencies update, Improve tests

08 Oct 17:08

Choose a tag to compare

  • Add enqueue feature. This was previously an issue because a lot of method calls at the same time would trigger the original method. Now, the original method will just be called once.
  • TTL fix: In non lazy mode, the TTL was treated as milliseconds. Fixed to seconds.
  • Updated all the dependencies to newest versions.
  • Improved tests
  • Switched CI to Github Actions

Custom key generation, Refactoring

24 Oct 11:02

Choose a tag to compare

  • Custom key generation feature
  • Refactoring directory structure

v3.0.1

07 Sep 21:13

Choose a tag to compare

  • Move mocha typings to devDependencies #5
  • Update several npm dependencies

Redis full options, modularization

15 Dec 15:22

Choose a tag to compare

  • Possible to pass redis client library options directly
  • Use redis as optional dependency, only install if the specific storage is actually used

v1.3.0

21 Nov 22:55

Choose a tag to compare

#3

Lock package versions

19 Nov 20:38

Choose a tag to compare

  • Lock dependency version to avoid typing issues with clients

Update dependencies

18 Nov 15:24

Choose a tag to compare

  • Update dependencies to newest versions