Releases: soundxyz/fine-grained-cache
Releases · soundxyz/fine-grained-cache
v2.0.1
v2.0.0
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"