@jackchim/cache-redis
v2.11.0
Published
Redis Cache Module for Medusa
Downloads
8
Readme
Medusa Cache Redis
Use Redis as a Medusa cache store.
Installation
yarn add @jackchim/cache-redisOptions
{
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 `medusa:`)
}