Skip to content

Commit 904b872

Browse files
committed
docs: extract supported Redis versions into SUPPORTED_REDIS_VERSIONS.md
1 parent 100c039 commit 904b872

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -304,15 +304,7 @@ The Node Redis client class is an Nodejs EventEmitter and it emits an event each
304304

305305
Node Redis is supported with the following versions of Redis:
306306

307-
| Version | Supported |
308-
| ------- | ------------------ |
309-
| 8.2.z | :heavy_check_mark: |
310-
| 8.0.z | :heavy_check_mark: |
311-
| 7.4.z | :heavy_check_mark: |
312-
| 7.2.z | :heavy_check_mark: |
313-
| < 7.2 | :x: |
314-
315-
> Node Redis should work with older versions of Redis, but it is not fully tested and we cannot offer support.
307+
See [Supported Redis Versions](https://github.com/redis/node-redis/blob/master/SUPPORTED_REDIS_sVERSIONS.md).
316308

317309
## Migration
318310

SECURITY.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44

55
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.
66

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

139
## Reporting a Vulnerability
1410

SUPPORTED_REDIS_VERSIONS.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Supported Redis Versions
2+
3+
Node Redis is supported with the following versions of Redis:
4+
5+
| Version | Supported |
6+
| ------- | ------------------ |
7+
| 8.2.z | :heavy_check_mark: |
8+
| 8.0.z | :heavy_check_mark: |
9+
| 7.4.z | :heavy_check_mark: |
10+
| 7.2.z | :heavy_check_mark: |
11+
| < 7.2 | :x: |
12+
13+
> Node Redis should work with older versions of Redis, but it is not fully tested and we cannot offer support.

0 commit comments

Comments
 (0)