Skip to content

Commit dbff819

Browse files
authored
docs: add note on Redis service plan availability (#15004)
Added note about Redis service availability for plans.
1 parent eb92a81 commit dbff819

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

www/apps/cloud/app/redis/page.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ export const metadata = {
66

77
In this guide, you'll learn about the managed Redis service that Medusa provides as part of your project environments on Cloud.
88

9+
<Note>
10+
11+
The Redis service is only available for Launch, Scale, and Enterprise plans. If you're on the Developer plan, please upgrade to start using Redis in your Cloud projects.
12+
13+
</Note>
14+
915
## Managed Redis Service on Cloud
1016

1117
Medusa provisions and manages Redis servers for each of your environments on Cloud.
@@ -53,4 +59,4 @@ Then, configure the modules and providers you're overriding in your `medusa-conf
5359

5460
To set the connection URL of your external Redis instance, refer to the [Manage Environment Variables](../environments/environment-variables/page.mdx) guide to learn how to add environment variables. You can then use these variables in your `medusa-config.ts` file to connect to your Redis instance.
5561

56-
</Note>
62+
</Note>

0 commit comments

Comments
 (0)