Skip to content

Commit

Permalink
[Workers] add upstash note (#10177)
Browse files Browse the repository at this point in the history
* add upstash note

* Update content/workers/databases/native-integrations/upstash.md

Co-authored-by: Kate Tungusova <70746074+deadlypants1973@users.noreply.github.com>

---------

Co-authored-by: Kate Tungusova <70746074+deadlypants1973@users.noreply.github.com>
  • Loading branch information
tanushree-sharma and deadlypants1973 authored Aug 2, 2023
1 parent d71b53f commit 5f9ef4f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/workers/databases/native-integrations/upstash.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ To set up an integration with Upstash:
};
```
{{<Aside type="note">}}
`Redis.fromEnv(env)` automatically picks up the default `url` and `token` names created in the integration.
If you have renamed the secrets, you must declare them explicitly like in the [Upstash basic example](https://docs.upstash.com/redis/sdks/redis-ts/getstarted#basic-usage).
{{</Aside>}}
To learn more about Upstash, refer to the [Upstash documentation](https://docs.upstash.com/redis).
## Upstash Kafka
Expand Down

0 comments on commit 5f9ef4f

Please sign in to comment.