2.4.21 • Published 9 months ago

@biryanihouse/cache-redis v2.4.21

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

Medusa Cache Redis

Use Redis as a Medusa cache store.

Installation

yarn add @biryanihouse/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.4.21

9 months ago

2.4.20

9 months ago

2.4.19

9 months ago

2.4.18

9 months ago

2.4.17

9 months ago

2.4.16

9 months ago

2.4.15

9 months ago

2.4.14

9 months ago

2.4.13

9 months ago

2.4.11

9 months ago

2.4.10

9 months ago

2.4.9

9 months ago

2.4.8

9 months ago

2.4.7

9 months ago

2.4.5

9 months ago

2.4.3

9 months ago

2.4.2

9 months ago

2.4.1

9 months ago

2.4.0

9 months ago