2.7.0 • Published 7 months ago

@8medusa/cache-redis v2.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Medusa Cache Redis

Use Redis as a Medusa cache store.

Installation

yarn add @8medusa/cache-redis

Options

   {
      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:`)
  }

Other caching modules

2.7.0

7 months ago