Skip to content
Open
Show file tree
Hide file tree
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
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,15 +304,7 @@ The Node Redis client class is an Nodejs EventEmitter and it emits an event each

Node Redis is supported with the following versions of Redis:

| Version | Supported |
| ------- | ------------------ |
| 8.2.z | :heavy_check_mark: |
| 8.0.z | :heavy_check_mark: |
| 7.4.z | :heavy_check_mark: |
| 7.2.z | :heavy_check_mark: |
| < 7.2 | :x: |

> Node Redis should work with older versions of Redis, but it is not fully tested and we cannot offer support.
See [Supported Redis Versions](https://github.com/redis/node-redis/blob/master/SUPPORTED_REDIS_sVERSIONS.md).

## Migration

Expand Down
6 changes: 1 addition & 5 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@

Node Redis is generally backwards compatible with very few exceptions, so we recommend users to always use the latest version to experience stability, performance and security.

| Version | Supported |
|---------|--------------------|
| 4.0.z | :heavy_check_mark: |
| 3.1.z | :heavy_check_mark: |
| < 3.1 | :x: |
See [Supported Redis Versions](https://github.com/redis/node-redis/blob/master/SUPPORTED_REDIS_sVERSIONS.md).

## Reporting a Vulnerability

Expand Down
13 changes: 13 additions & 0 deletions SUPPORTED_REDIS_VERSIONS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Supported Redis Versions

Node Redis is supported with the following versions of Redis:

| Version | Supported |
| ------- | ------------------ |
| 8.2.z | :heavy_check_mark: |
| 8.0.z | :heavy_check_mark: |
| 7.4.z | :heavy_check_mark: |
| 7.2.z | :heavy_check_mark: |
| < 7.2 | :x: |

> Node Redis should work with older versions of Redis, but it is not fully tested and we cannot offer support.
Loading