Skip to content

Commit 6ca1d0b

Browse files
committed
Adjusted .env and added readme comment
1 parent 506466c commit 6ca1d0b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/redis-minimal/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
NEXT_PRIVATE_DEBUG_CACHE="1"
22
REDIS_URL="redis://localhost:6379"
3-
REDIS_SINGLE_CONNECTION=true
3+
REDIS_SINGLE_CONNECTION=false

examples/redis-minimal/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ First, run the development server:
66

77
```bash
88
npm i
9+
npm run build # important to run once to create cacheHandler dist file
910
npm run dev
1011
```
1112

0 commit comments

Comments
 (0)