Complete Next.js implementation example
examples/nextjs/
cd examples/nextjs npm install
.env.local
REDIS_URL=redis://localhost:6379
npm run dev