npm connect-redis 9.0.0
v9.0.0

2 months ago

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

Don't miss a new connect-redis release

NewReleases is sending notifications on new releases.