UNPKG

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

Version:

Designed for speed, scalability, and optimized performance, nextjs-turbo-redis-cache is your custom cache handler for demanding production environments.

10 lines (8 loc) 209 B
/** @type {import('next').NextConfig} */ const nextConfig = { cacheHandler: require.resolve('@trieb.work/nextjs-turbo-redis-cache'), turbopack: { root: __dirname, }, }; module.exports = nextConfig;