Simple Azure Cache for Redis.
cd infra
terraform init
terraform apply -auto-approve
List the key:
az redis list-keys -n "redis-caching" -g "rg-caching"
Create the .env
:
REDIS_CACHE_HOSTNAME="redis-caching.redis.cache.windows.net"
REDIS_CACHE_KEY=""
Run the app:
npm i
npm run start