awaisshah228 / nestjs-caching

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This is a Github repo that uses the techniques described in this detailed tutorial on caching in NestJS with Redis.

Set up locally

Install dependencies:

npm install

Create your own env file:

cp .env.example .env

Spin up local environment (hot reloading included):

# for nest app
npm run start:dev

# for redis cache
docker compose up

About


Languages

Language:TypeScript 86.4%Language:JavaScript 13.6%