docs: fix installation version of packages (#8177)

This commit is contained in:
Shahed Nasser
2024-07-18 13:04:29 +02:00
committed by GitHub
parent 398e39d163
commit 0dbb2c6691
11 changed files with 11 additions and 11 deletions
@@ -25,7 +25,7 @@ The In-Memory Cache Module is installed by default in your application.
To install the In-Memory Cache Module, run the following command in the directory of your Medusa application:
```bash npm2yarn
npm install @medusajs/cache-inmemory
npm install @medusajs/cache-inmemory@preview
```
Next, add the module into the `modules` property of the exported object in `medusa-config.js`:
@@ -21,7 +21,7 @@ The Redis Cache Module uses Redis to cache data in your store. In production, it
To install Redis Cache Module, run the following command in the directory of your Medusa application:
```bash npm2yarn
npm install @medusajs/cache-redis
npm install @medusajs/cache-redis@preview
```
Next, add the module into the `modules` property of the exported object in `medusa-config.js`: