Simple PoC project based on this tutorial but rewritten from go to typescript.
Get Started
First get a redis stack server running and update the .env file with your connection string. I used their hosted Redis Cloud service free tier for this.
Install dependencies by running pnpm install, just run pnpm dev to start the development server.