Skip to content

Commit 52393e2

Browse files
committed
F
1 parent 056d743 commit 52393e2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ This package was initially built on top of [`@neshca/cache-handler`](https://www
88

99
### 1.x.x -> 2.x.x
1010

11+
Starting with 2.0.0 we require Next 15 and Redis 5.
12+
13+
Upgrade Next and Redis in your project to:
14+
```
15+
"next": ">=15.2.4",
16+
"redis": ">= 5.1.1"
17+
```
18+
1119
1.x.x
1220

1321
```

0 commit comments

Comments
 (0)