Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/v3-to-v4.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Version 4 of Node Redis is a major refactor. While we have tried to maintain bac

## All of the Breaking Changes

If using Typescript set the target to ES2015 (ES6) or higher, ES5 and below are not supported due to the usage of `private` class functions.
See the [Change Log](../CHANGELOG.md).

### Promises
Expand Down