Thomas Schersach

Results 11 comments of Thomas Schersach

@AgentEnder Sure ``` { "$schema": "../../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libs/publish/dynamodb-orm/src", "projectType": "library", "targets": { "build": { "executor": "@nrwl/js:tsc", "outputs": ["{options.outputPath}"], "options": { "outputPath": "dist/libs/publish/dynamodb-orm", "tsConfig": "libs/publish/dynamodb-orm/tsconfig.lib.json", "packageJson": "libs/publish/dynamodb-orm/package.json", "main": "libs/publish/dynamodb-orm/src/index.ts", "assets": ["libs/publish/dynamodb-orm/*.md"]...

Did a rewrite of this package with top level ttl used by external Redis instance here: https://www.npmjs.com/package/@tirke/node-cache-manager-ioredis

Hi @phoenix741 Did a rewrite of this package with `ioredis@latest` here: https://www.npmjs.com/package/@tirke/node-cache-manager-ioredis

Did a rewrite of this package with `mset` method available here: https://www.npmjs.com/package/@tirke/node-cache-manager-ioredis

@markoivanovski Did a rewrite of this package with del returning a promise here: https://www.npmjs.com/package/@tirke/node-cache-manager-ioredis

Did a rewrite of this package with the `mset` method available here: https://www.npmjs.com/package/@tirke/node-cache-manager-ioredis

Did a rewrite of this package using typescript here: https://www.npmjs.com/package/@tirke/node-cache-manager-ioredis

+1 trying to have a very fast build on the CI, and currently all time is spent preparing and exporting the cache ...

By switching to the S3 cache, I solved all my performance issues / cache limitations with Github Actions.

@medv I ran the install again on `1.0.26+c75e768a6` on `Darwin 23.2.0 arm64 arm` and the install took so much time I had to cancel it was running for more than...