Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 8cebffa

Browse files
Merge pull request #84 from upstash/hotfix-disable-keep-alive
HOTFIX: Disable keep alive
2 parents 7554a03 + b8f0e39 commit 8cebffa

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

.changeset/giant-pears-burn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@upstash/react-databrowser": patch
3+
---
4+
5+
disable keepAlive

packages/react-databrowser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@
5858
"@radix-ui/react-toast": "^1.1.5",
5959
"@radix-ui/react-tooltip": "^1.0.7",
6060
"@tanstack/react-query": "^5.32.0",
61-
"@upstash/redis": "^1.31.4"
61+
"@upstash/redis": "^1.31.6"
6262
}
6363
}

packages/react-databrowser/src/lib/clients.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export const redisClient = (databrowser?: DatabrowserProps) => {
1919
token,
2020
enableAutoPipelining: true,
2121
automaticDeserialization: false,
22+
keepAlive: false,
2223
});
2324

2425
return redis;

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)