UNPKG

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

Version:

The ultimate Redis caching solution for Next.js. Built for production-ready, large-scale projects, it delivers unparalleled performance and efficiency with features tailored for high-traffic applications.

8 lines (6 loc) 151 B
import { describe, it } from 'vitest'; describe('Example Test', () => { it('should work correctly', () => { console.log("TODO tests") }); });