Skip to content

Commit ceb0280

Browse files
committed
Recommend response encoding getting disabled due to Upstash updates
1 parent 4e9f359 commit ceb0280

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ srh-*.tar
2929

3030
*.iml
3131

32-
srh-config/
32+
srh-config/
33+
34+
example/

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import {Redis} from '@upstash/redis';
2525
export const redis = new Redis({
2626
url: "http://localhost:8079",
2727
token: "example_token",
28+
responseEncoding: false, // IMPORTANT: Upstash has recently added response encoding, but SRH does not support it yet.
2829
});
2930
```
3031
---

0 commit comments

Comments
 (0)