Socket
Book a DemoInstallSign in
Socket

@medusajs/cache-redis

Package Overview
Dependencies
Maintainers
3
Versions
5063
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@medusajs/cache-redis

Redis Cache Module for Medusa

latest
Source
npmnpm
Version
2.10.3
Version published
Weekly downloads
49K
18.77%
Maintainers
3
Weekly downloads
 
Created
Source

Medusa Cache Redis

Use Redis as a Medusa cache store.

Installation

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

  • Medusa Cache In-Memory

FAQs

Package last updated on 18 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts