Open-source ยท MIT Licensed

Redis Cache Handler Built for High-Traffic Next.js Apps

nextjs-turbo-redis-cache is a production-ready cache handler for Next.js 15/16 (App Router and Pages Router), designed for speed, consistency tradeoff awareness, and scale.

Install from npm View on GitHub

Why teams use nextjs-turbo-redis-cache

Quick start

Install the package and wire it as your cache handler in a Next.js project (App Router, Pages Router, or both in a hybrid app).

pnpm add @trieb.work/nextjs-turbo-redis-cache

Then follow the setup guide in the README for configuration, Redis environment variables, and advanced options.