docs: cache-redis breaking changes (#5590)

* docs: cache-redis breaking changes

* remove section
This commit is contained in:
Oli Juhl
2023-11-10 11:00:22 +01:00
committed by GitHub
parent d4b8a89e66
commit 02e2ee4e8a
2 changed files with 29 additions and 0 deletions

View File

@@ -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/cache-redis@1.9.0
```

View File

@@ -0,0 +1,6 @@
{
"label": "Redis Cache Module",
"customProps": {
"reverse": true
},
}