Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# nextjs-turbo-redis-cache

[![npm version](https://img.shields.io/npm/v/@trieb.work/nextjs-turbo-redis-cache.svg)](https://www.npmjs.com/package/@trieb.work/nextjs-turbo-redis-cache)

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.

Key Features:
Expand All @@ -22,7 +24,9 @@ pnpm install @trieb.work/nextjs-turbo-redis-cache
```

### Option A: minimum implentation with default options

extend `next.config.js` with:

```
const nextConfig = {
...
Expand Down Expand Up @@ -78,8 +82,6 @@ Since all caching calls in one api/page/server action request is always served b

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.


## Sponsor

This project is created and maintained by the Next.js & Payload CMS agency [trieb.work](https://trieb.work)

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"revalidate",
"deduplication",
"batch-invalidation",
"tags-cache"
"tags-cache",
"nextjs-turbo-redis-cache"
],
"author": "Designed for speed, scalability, and optimized performance, nextjs-turbo-redis-cache is your go-to solution for Next.js caching in demanding production environments.",
"license": "ISC",
Expand Down Expand Up @@ -82,5 +83,6 @@
"peerDependencies": {
"next": "15.0.3",
"redis": "4.7.0"
}
},
"packageManager": "pnpm@9.15.9+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531"
}
Loading