We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d81b3a commit 52c4c02Copy full SHA for 52c4c02
README.md
@@ -21,6 +21,7 @@ TODO
21
pnpm install @trieb.work/nextjs-turbo-redis-cache
22
```
23
24
+### Option A: minimum implentation with default options
25
extend `next.config.js` with:
26
27
const nextConfig = {
@@ -30,6 +31,10 @@ const nextConfig = {
30
31
}
32
33
34
+### Option B: create a wrapper file to change options
35
+
36
+TODO
37
38
## Consistency
39
40
To understand consistency levels of this caching implementation we first have to understand the consistency of redis itself:
0 commit comments