Skip to content

Conflicting default reconnection behavior in node-redis docs #1988

@CSenshi

Description

@CSenshi

I noticed two sections of the documentation describe the default reconnection behavior of node-redis differently:

  1. https://redis.io/docs/latest/develop/clients/nodejs/migration/#reconnection
    it says: By default, node-redis doesn't attempt to reconnect

  2. https://redis.io/docs/latest/develop/clients/nodejs/connect/#reconnect-after-disconnection
    it says: By default, it will retry the connection using an exponential backoff strategy

Which once is correct?

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions