Skip to content

Commit

Permalink
docs: cache-redis breaking changes (#5590)
Browse files Browse the repository at this point in the history
* docs: cache-redis breaking changes

* remove section
  • Loading branch information
olivermrbl authored Nov 10, 2023
1 parent d4b8a89 commit 02e2ee4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
23 changes: 23 additions & 0 deletions www/apps/docs/content/upgrade-guides/modules/cache-redis/1-9-0.md
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]
```
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"label": "Redis Cache Module",
"customProps": {
"reverse": true
},
}

3 comments on commit 02e2ee4

@vercel
Copy link

@vercel vercel bot commented on 02e2ee4 Nov 10, 2023

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

@vercel
Copy link

@vercel vercel bot commented on 02e2ee4 Nov 10, 2023

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

@vercel
Copy link

@vercel vercel bot commented on 02e2ee4 Nov 10, 2023

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

Please sign in to comment.