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 506466c commit 6ca1d0bCopy full SHA for 6ca1d0b
examples/redis-minimal/.env
@@ -1,3 +1,3 @@
1
NEXT_PRIVATE_DEBUG_CACHE="1"
2
REDIS_URL="redis://localhost:6379"
3
-REDIS_SINGLE_CONNECTION=true
+REDIS_SINGLE_CONNECTION=false
examples/redis-minimal/README.md
@@ -6,6 +6,7 @@ First, run the development server:
6
7
```bash
8
npm i
9
+npm run build # important to run once to create cacheHandler dist file
10
npm run dev
11
```
12
0 commit comments