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.

7 lines (5 loc) 158 B
/** @type {import('next').NextConfig} */ const nextConfig = { cacheHandler: require.resolve('./customized-cache-handler'), }; module.exports = nextConfig;