UNPKG

@nhan2804/nestjs-cacheable

Version:

@nestjs/cacheable is a flexible caching library for NestJS that leverages Redis for efficient and scalable storage. With support for function-level caching through easy-to-use decorators, it allows developers to seamlessly enhance performance while mainta

29 lines 906 B
{ "name": "@nhan2804/nestjs-cacheable", "version": "1.1.4", "description": "@nestjs/cacheable is a flexible caching library for NestJS that leverages Redis for efficient and scalable storage. With support for function-level caching through easy-to-use decorators, it allows developers to seamlessly enhance performance while maintaining clean, maintainable code.", "main": "./dist/index.js", "scripts": { "build": "tsc -p tsconfig.build.json", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "nestjs", "cache", "decorator", "redis", "nestjs-cache", "cache-manager" ], "author": "nhan2804", "license": "ISC", "peerDependencies": { "@nestjs/cache-manager": "<=2.3.0", "@nestjs/common": "<=10.4.8", "@nestjs/core": "<=10.4.8", "cache-manager": "<=5.7.6" }, "devDependencies": { "@nestjs/cli": "^10.4.7" } }