Skip to content

Commit 7126248

Browse files
committed
chore: adding npm version
1 parent 52c4c02 commit 7126248

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
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-

0 commit comments

Comments
 (0)