rsnext/docs
Arseny e2f3059b48
Add a self-hosted shared cache example (#58000)
### What?

This pull request integrates the exemplary setup for a self-hosted Next.js application utilizing Redis as a shared cache storage. The solution supports caching at both the App and Pages routers in default and standalone modes, as well as partial pre-rendering, facilitated by the [`@neshca/cache-handler`](https://github.com/caching-tools/next-shared-cache/tree/canary/packages/cache-handler) package. The package enables customizing cache handlers and replacing the default cache provided by Next.js seamlessly.

### Why?

The motivation behind this pull request is to provide an example demonstrating how Redis can be used as a shared cache in a self-hosted environment, thereby improving the scalability of hosting multiple instances of a Next.js application.
2023-11-09 14:29:11 +00:00
..
01-getting-started docs: Next.js 14 (#57342) 2023-10-26 15:30:43 +00:00
02-app Add a self-hosted shared cache example (#58000) 2023-11-09 14:29:11 +00:00
03-pages fix docs link for ISR (#58207) 2023-11-08 16:31:55 +00:00
04-architecture docs: improve non-encrypted HTTP conn to a secure (#57998) 2023-11-03 14:51:01 -05:00
05-community Update 01-contribution-guide.mdx: Fix a typo (#56665) 2023-10-10 15:15:13 +00:00
index.mdx docs: Rewrite Rendering Section and React Essentials Page (#51579) 2023-08-24 08:48:44 -05:00