Skip to content

Commit 2c61a41

Browse files
authored
docs: add redis prerequisite for Caching Module (#14051)
* docs: add redis prerequisite for Caching Module * fix vale error
1 parent 76fd6d1 commit 2c61a41

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

www/apps/resources/app/infrastructure-modules/caching/page.mdx

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { CardList, Card, Table, CodeTabs, CodeTab } from "docs-ui"
1+
import { CardList, Card, Table, CodeTabs, CodeTab, Prerequisites } from "docs-ui"
22

33
export const metadata = {
44
title: `Caching Module`,
@@ -8,6 +8,12 @@ export const metadata = {
88

99
In this guide, you'll learn about the Caching Module and its providers.
1010

11+
<Note title="Cloud user?">
12+
13+
Refer to the [Medusa Cache Cloud](!cloud!/cache) guide for setting up the Caching Module in Cloud.
14+
15+
</Note>
16+
1117
<Note>
1218

1319
The Caching Module is available starting [Medusa v2.11.0](https://github.com/medusajs/medusa/releases/tag/v2.11.0). It replaces the deprecated [Cache Module](../cache/page.mdx).
@@ -34,13 +40,16 @@ If you're using the Cache Module in your application, refer to the [migrate to t
3440

3541
## Install the Caching Module
3642

37-
The Caching Module is installed by default in your application. To use it, enable the caching feature flag and register the module in your `medusa-config.ts` file.
38-
39-
{/* <Note title="Cloud user?">
40-
41-
Caching features are enabled by default for Cloud users. Learn more in the [Medusa Cache](!cloud!/cache) guide.
43+
<Prerequisites
44+
items={[
45+
{
46+
text: "Redis installed and Redis server running",
47+
link: "https://redis.io/docs/getting-started/installation/"
48+
}
49+
]}
50+
/>
4251

43-
</Note> */}
52+
The Caching Module is installed by default in your application. To use it, enable the caching feature flag and register the module in your `medusa-config.ts` file.
4453

4554
### 1. Enable Caching Feature Flag
4655

www/apps/resources/generated/edit-dates.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6615,7 +6615,7 @@ export const generatedEditDates = {
66156615
"app/how-to-tutorials/tutorials/agentic-commerce/page.mdx": "2025-10-09T11:25:48.831Z",
66166616
"app/storefront-development/production-optimizations/page.mdx": "2025-10-03T13:28:37.909Z",
66176617
"app/how-to-tutorials/tutorials/category-images/page.mdx": "2025-11-07T08:55:59.228Z",
6618-
"app/infrastructure-modules/caching/page.mdx": "2025-10-13T11:46:36.452Z",
6618+
"app/infrastructure-modules/caching/page.mdx": "2025-11-13T14:18:03.173Z",
66196619
"app/troubleshooting/subscribers/not-working/page.mdx": "2025-10-16T09:25:57.376Z",
66206620
"references/js_sdk/admin/RefundReason/methods/js_sdk.admin.RefundReason.create/page.mdx": "2025-10-21T08:10:56.630Z",
66216621
"references/js_sdk/admin/RefundReason/methods/js_sdk.admin.RefundReason.delete/page.mdx": "2025-10-21T08:10:56.634Z",

0 commit comments

Comments
 (0)