Skip to content

Learning decorators in Typescript, I created a project that stores data, the result of cached functions using Redis or Memory. Ideal for APIs that return heavy or complex data. Project developed with Typescript, Redis and Modular Architecture.

Notifications You must be signed in to change notification settings

Weslley03/cache-decorator-with-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

For use,

edit:

USE_REDIS= defaultTTL= REDIS_HOST= REDIS_PORT= REDIS_PASSWORD=

and run the following command in the terminal:

npx tsc

after

npm run start:dev

About

Learning decorators in Typescript, I created a project that stores data, the result of cached functions using Redis or Memory. Ideal for APIs that return heavy or complex data. Project developed with Typescript, Redis and Modular Architecture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published