This is a Github repo that uses the techniques described in this detailed tutorial on caching in NestJS with Redis.
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