Skip to content

Commit 5aad420

Browse files
authored
Merge pull request #10 from trieb-work/minor-repo-improvements
Minor repo improvements
2 parents 52c4c02 + 04d08cb commit 5aad420

File tree

3 files changed

+5879
-4
lines changed

3 files changed

+5879
-4
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# nextjs-turbo-redis-cache
22

3+
[![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)
4+
35
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.
46

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

2426
### Option A: minimum implentation with default options
27+
2528
extend `next.config.js` with:
29+
2630
```
2731
const nextConfig = {
2832
...
@@ -78,8 +82,6 @@ Since all caching calls in one api/page/server action request is always served b
7882

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

81-
8285
## Sponsor
8386

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

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"revalidate",
4242
"deduplication",
4343
"batch-invalidation",
44-
"tags-cache"
44+
"tags-cache",
45+
"nextjs-turbo-redis-cache"
4546
],
4647
"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.",
4748
"license": "ISC",
@@ -82,5 +83,6 @@
8283
"peerDependencies": {
8384
"next": "15.0.3",
8485
"redis": "4.7.0"
85-
}
86+
},
87+
"packageManager": "pnpm@9.15.9+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531"
8688
}

0 commit comments

Comments
 (0)