Skip to content

Commit 52c4c02

Browse files
authored
Update README.md
1 parent 6d81b3a commit 52c4c02

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ TODO
2121
pnpm install @trieb.work/nextjs-turbo-redis-cache
2222
```
2323

24+
### Option A: minimum implentation with default options
2425
extend `next.config.js` with:
2526
```
2627
const nextConfig = {
@@ -30,6 +31,10 @@ const nextConfig = {
3031
}
3132
```
3233

34+
### Option B: create a wrapper file to change options
35+
36+
TODO
37+
3338
## Consistency
3439

3540
To understand consistency levels of this caching implementation we first have to understand the consistency of redis itself:

0 commit comments

Comments
 (0)