2.4.21 • Published 10 months ago

@biryanihouse/cache-redis v2.4.21

Weekly downloads
-
License
MIT
Repository
github
Last release
10 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

10 months ago

2.4.20

10 months ago

2.4.19

10 months ago

2.4.18

10 months ago

2.4.17

10 months ago

2.4.16

10 months ago

2.4.15

10 months ago

2.4.14

10 months ago

2.4.13

10 months ago

2.4.11

10 months ago

2.4.10

10 months ago

2.4.9

10 months ago

2.4.8

10 months ago

2.4.7

10 months ago

2.4.5

10 months ago

2.4.3

10 months ago

2.4.2

10 months ago

2.4.1

10 months ago

2.4.0

10 months ago