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.

11 lines (8 loc) 219 B
import type { NextConfig } from 'next'; const nextConfig: NextConfig = { cacheHandler: require.resolve('@trieb.work/nextjs-turbo-redis-cache'), turbopack: { root: __dirname, }, }; export default nextConfig;