Introduction to caching with Next.js
This repo works alongside the blog post I wrote "Introduction To Caching With Next.js".
Quickstart
# Terminal 1
$ redis-server
# Terminal 2
$ npm run dev
Read through the blog post to understand what to comment out at varying stages to see different forms of caching in action.