Skip to content

Update dependency connect-redis to v9#242

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/connect-redis-9.x
Open

Update dependency connect-redis to v9#242
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/connect-redis-9.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 27, 2026

This PR contains the following updates:

Package Change Age Confidence
connect-redis 7.1.19.0.0 age confidence

Release Notes

tj/connect-redis (connect-redis)

v9.0.0

Compare Source

Breaking changes

This library no longer supports ioredis. It only supports redis (v5 and later) now.

Rationale: Due to the growing divergence between the ioredis and redis libraries, it was causing this library to maintain shims to synthesize the two, which was a source of issues and overhead. Following the recommendations from Redis, we will use redis going forward (we support both a single client and cluster APIs): see https://redis.io/docs/latest/develop/clients/nodejs/migration/

Maintenance

v8.1.0

Compare Source

Enhancements

v8.0.3

Compare Source

Bug fixes
Maintenance

v8.0.2

Compare Source

Maintenance

v8.0.1

Compare Source

Bug fixes

v8.0.0

Compare Source

Breaking changes

This changes from a default export to a named export to support a consistent API between both CJS and ESM. Support for Node 16 has also been removed.

Migration from v7

If you are using ESM (import) modules:

// Previously
import RedisStore from "connect-redis"

// Now
import {RedisStore} from "connect-redis"

If you are using CommonJS (require) modules:

// Previously
const RedisStore = require("connect-redis").default

// Now
const {RedisStore} = require("connect-redis")

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/connect-redis-9.x branch from 49b6187 to 9011352 Compare April 3, 2026 19:56
@renovate renovate bot force-pushed the renovate/connect-redis-9.x branch from 9011352 to 1761773 Compare April 3, 2026 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants