1.9.1 • Published 1 year ago

@tlukastee/cache-redis v1.9.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Medusa Cache Redis

Use Redis as a Medusa cache store.

Installation

yarn add @tlukastee/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

1.9.1

1 year ago