Filling a maintainer's "Help needed": shipping a Next.js 16 Redis cache handler


Next.js 16 split caching into two distinct handler interfaces:



cacheHandler (singular) — Pages Router ISR, on-demand revalidation

cacheHandlers (plural) — the new 'use cache' directive, cacheComponents: true



The most popular OSS Redis handler today is...