Spaces:
Sleeping
Sleeping
hiett
commited on
Commit
·
f1dc17e
1
Parent(s):
37aa620
Change to localhost, figuring out action networking with services
Browse files- example/src/index.ts +1 -1
example/src/index.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import {Redis} from "@upstash/redis";
|
2 |
|
3 |
const redis = new Redis({
|
4 |
-
url: "http://
|
5 |
token: "example_token",
|
6 |
responseEncoding: false,
|
7 |
});
|
|
|
1 |
import {Redis} from "@upstash/redis";
|
2 |
|
3 |
const redis = new Redis({
|
4 |
+
url: "http://localhost:8080",
|
5 |
token: "example_token",
|
6 |
responseEncoding: false,
|
7 |
});
|