Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 14, 2025

This PR contains the following updates:

Package Change Age Confidence
connect-redis ^7.1.0^9.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 added the dependencies Pull requests that update a dependency file label Jun 14, 2025
@renovate renovate bot force-pushed the renovate/connect-redis-9.x branch from 88fd459 to 6668cf4 Compare August 10, 2025 15:09
@renovate renovate bot force-pushed the renovate/connect-redis-9.x branch from 6668cf4 to 9e34599 Compare November 11, 2025 02:26
@renovate renovate bot force-pushed the renovate/connect-redis-9.x branch from 9e34599 to 1709d4f Compare December 31, 2025 14:20
@renovate renovate bot force-pushed the renovate/connect-redis-9.x branch from 1709d4f to e43d90e Compare January 19, 2026 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants