-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: cache-redis breaking changes (#5590)
* docs: cache-redis breaking changes * remove section
- Loading branch information
1 parent
d4b8a89
commit 02e2ee4
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
www/apps/docs/content/upgrade-guides/modules/cache-redis/1-9-0.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
description: 'Actions Required for v.1.9.0' | ||
sidebar_custom_props: | ||
iconName: 'server-stack-solid' | ||
--- | ||
|
||
# v1.9.0 | ||
|
||
Version 1.9.0 of the Redis Cache Module introduces minor breaking changes. | ||
|
||
## Overview | ||
|
||
This release contains breaking change to the method `set`. Passing a `ttl` value of 0 when using the method will skip the attempt to set the cache entry entirely. | ||
|
||
--- | ||
|
||
## How to Update | ||
|
||
Run the following command in your project: | ||
|
||
```bash npm2yarn | ||
npm install @medusajs/[email protected] | ||
``` |
6 changes: 6 additions & 0 deletions
6
www/apps/docs/content/upgrade-guides/modules/cache-redis/_category_.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"label": "Redis Cache Module", | ||
"customProps": { | ||
"reverse": true | ||
}, | ||
} |
02e2ee4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
docs-ui – ./www/apps/ui
docs-ui.vercel.app
docs-ui-medusajs.vercel.app
docs-ui-git-develop-medusajs.vercel.app
02e2ee4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
api-reference – ./www/apps/api-reference
api-reference-delta.vercel.app
api-reference-medusajs.vercel.app
api-reference-git-develop-medusajs.vercel.app
docs.medusajs.com
02e2ee4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
medusa-docs – ./www/apps/docs
medusa-docs-medusajs.vercel.app
medusa-docs.vercel.app
medusa-docs-git-develop-medusajs.vercel.app