Skip to content

Commit 2c9a1bb

Browse files
authored
Update README.md
1 parent 1d9768e commit 2c9a1bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ This library offers you an easy and high performant caching solution for docker,
1818
## Compatibility
1919

2020
This package is compatible with Next.js 15.0.3 and above while using App Router. It is not compatible with Next.js 14.x. or 15-canary or if you are using Pages Router.
21-
Redis need to have Redis Version 2.8.0 or higher and have to be configured with `notify-keyspace-events` to be able to use the key-space notifications feature.
21+
Redis Server need to have Redis Server Version 2.8.0 or higher and have to be configured with `notify-keyspace-events` to be able to use the key-space notifications feature.
2222

2323
Tested versions are:
2424

25-
- 15.0.3
26-
- 15.2.4
27-
- 15.3.2
25+
- Nextjs 15.0.3 + redis client 4.7.0
26+
- Nextjs 15.2.4 + redis client 4.7.0
27+
- Nextjs 15.3.2 + redis client 4.7.0
2828

2929
Currently PPR, 'use cache', cacheLife and cacheTag are not tested. Use these operations with caution and your own risk.
3030

0 commit comments

Comments
 (0)