Skip to content

Releases: soundxyz/fine-grained-cache

v2.0.1

07 Aug 21:50
5d86915
Compare
Choose a tag to compare

Patch Changes

  • 82887cf: Never log empty param string, fallback to "null"

v2.0.0

07 Aug 21:11
f37a8fe
Compare
Choose a tag to compare

Major Changes

  • 2171c16: Minimum Node.js version is v16

Minor Changes

  • 2171c16: New "pipelineRedisGET" option to enable the usage of Redis pipelines to batch Redis GETs
  • 2171c16: New "GETRedisTimeout" option to set a maximum amount of milliseconds for getCached to wait for the GET redis response
  • 2171c16: New "logEvents" option to enable observability of events
  • 2171c16: New "defaultUseMemoryCache" option to be able to customize default memory-cache usage in "getCached"

v1.1.0

13 Jun 16:53
3bfd278
Compare
Choose a tag to compare

Minor Changes

  • 44af92c: setTTL and getTTL to manage ttl dynamically

v1.0.1

08 Jun 00:11
ac59bc3
Compare
Choose a tag to compare

Patch Changes

  • d6e4cda: Add "redlock"."useByDefault" option to FineGrainedCache

v1.0.0

07 Jun 23:54
f1a3475
Compare
Choose a tag to compare

Major Changes