Skip to content

Commit

Permalink
Merge pull request #98 from upstash/hotifx-disable-keepAlive
Browse files Browse the repository at this point in the history
fix: add keepAlive: false back
  • Loading branch information
ogzhanolguncu authored Aug 22, 2024
2 parents dfba00a + 8df8484 commit f46492b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/rich-papayas-cover.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@upstash/react-databrowser": patch
---

add keepAlive:false back
1 change: 1 addition & 0 deletions packages/react-databrowser/src/lib/clients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const redisClient = (databrowser?: DatabrowserProps) => {
token,
enableAutoPipelining: true,
automaticDeserialization: false,
keepAlive: false,
});

return redis;
Expand Down

0 comments on commit f46492b

Please sign in to comment.