Skip to main content
Skip to main content
You're viewing the documentation for v1, which isn't the latest Medusa version.Latest documentation

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:

npm install @medusajs/cache-redis@1.9.0
Was this section helpful?