docs: prepare cloud docs (#12784)

* initial

* fixes

* docs: prepare cloud docs
This commit is contained in:
Shahed Nasser
2025-06-20 12:59:38 +03:00
committed by GitHub
parent c2f91c8a8a
commit 5122ced9f6
30 changed files with 241 additions and 46 deletions
@@ -8,6 +8,12 @@ export const metadata = {
The Redis Cache Module uses Redis to cache data in your store. In production, it's recommended to use this module.
<Note title="Using Cloud?">
Our Cloud offering automatically provisions a Redis instance and configures the Redis Cache Module for you. Learn more in the [Redis](!cloud!/redis) Cloud documentation.
</Note>
---
## Register the Redis Cache Module
@@ -12,6 +12,12 @@ It's powered by BullMQ and `io-redis`. BullMQ is responsible for the message que
In production, it's recommended to use this module.
<Note title="Using Cloud?">
Our Cloud offering automatically provisions a Redis instance and configures the Redis Event Module for you. Learn more in the [Redis](!cloud!/redis) Cloud documentation.
</Note>
---
## Register the Redis Event Module
@@ -13,7 +13,7 @@ The S3 File Module Provider integrates Amazon S3 and services following a compat
<Note title="Looking for managed storage?">
Cloud offers a managed file storage solution with AWS S3 for your Medusa application. Contact the [sales team](https://medusajs.com/pricing/) to learn more.
Cloud offers a managed file storage solution with AWS S3 for your Medusa application. Refer to the [S3](!cloud!/s3) Cloud documentation for more details.
</Note>
@@ -10,6 +10,12 @@ The Redis Locking Module Provider uses Redis to manage locks across multiple ins
This provider is recommended for production environments where Medusa is running in a multi-instance setup.
<Note title="Using Cloud?">
Our Cloud offering automatically provisions a Redis instance and configures the Redis Locking Module Provider for you. Learn more in the [Redis](!cloud!/redis) Cloud documentation.
</Note>
---
## Register the Redis Locking Module Provider
@@ -8,6 +8,12 @@ export const metadata = {
The Redis Workflow Engine Module uses Redis to track workflow executions and handle their subscribers. In production, it's recommended to use this module.
<Note title="Using Cloud?">
Our Cloud offering automatically provisions a Redis instance and configures the Redis Workflow Engine Module for you. Learn more in the [Redis](!cloud!/redis) Cloud documentation.
</Note>
---
## Register the Redis Workflow Engine Module