Redis Cache Module for Medusa
npm install @ivfuture/ecomm-cache-redisUse Redis as a Medusa cache store.
```
yarn add @medusajs/cache-redis
`medusa:
{
ttl?: number // Time to keep data in cache (in seconds)
redisUrl?: string // Redis instance connection string
redisOptions?: RedisOptions // Redis client options
namespace?: string // Prefix for event keys (the default is )``
}