Skip to content

Commit c8ff233

Browse files
committed
docs: readme update
1 parent 5aad420 commit c8ff233

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
[![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)
44

5-
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.
5+
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. This package has been created after extensibly testing the @neshca package and finding several major issues with it.
66

77
Key Features:
88

99
- _Turbocharged Storage_: Avoids base64 encoding to save ~33% of storage space compared to traditional implementations.
1010
- _Batch Tag Invalidation_: Groups and optimizes delete operations for minimal Redis stress.
1111
- _Request Deduplication_: Prevents redundant Redis get calls, ensuring faster response times.
12-
- _In-Memory Caching_: Includes local caching for Redis get operations to reduce latency further.
12+
- _In-Memory Caching_: Includes local caching for Redis get operations to reduce latency further. Don't request redis for the same key multiple times.
1313
- _Efficient Tag Management_: in-memory tags map for lightning-fast revalidate operations with minimal Redis overhead.
1414
- _Intelligent Key-Space Notifications_: Automatic update of in-memory tags map for expired or evicted keys.
1515

0 commit comments

Comments
 (0)