UNPKG
@safaricom-mxl/nextjs-turbo-redis-cache
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.1
0.0.0
Next.js redis cache handler
@safaricom-mxl/nextjs-turbo-redis-cache
/
test
/
integration
/
next-app-15-0-3
/
next.config.js
7 lines
(5 loc)
•
171 B
JavaScript
View Raw
1
2
3
4
5
6
7
/**
@type
{import('next').NextConfig} */
const
nextConfig
=
{ cacheHandler: require.resolve(
"@safaricom-mxl/nextjs-turbo-redis-cache"
), };
module
.
exports
= nextConfig;