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.

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