diff --git a/www/apps/docs/content/upgrade-guides/modules/cache-redis/1-9-0.md b/www/apps/docs/content/upgrade-guides/modules/cache-redis/1-9-0.md new file mode 100644 index 0000000000..da2695b7e4 --- /dev/null +++ b/www/apps/docs/content/upgrade-guides/modules/cache-redis/1-9-0.md @@ -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 +``` \ No newline at end of file diff --git a/www/apps/docs/content/upgrade-guides/modules/cache-redis/_category_.json b/www/apps/docs/content/upgrade-guides/modules/cache-redis/_category_.json new file mode 100644 index 0000000000..5fd0df5598 --- /dev/null +++ b/www/apps/docs/content/upgrade-guides/modules/cache-redis/_category_.json @@ -0,0 +1,6 @@ +{ + "label": "Redis Cache Module", + "customProps": { + "reverse": true + }, +} \ No newline at end of file