diff --git a/README.md b/README.md index e6332764e4..f8de583c93 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/SECURITY.md b/SECURITY.md index f96aa68dc1..17255f023a 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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 diff --git a/SUPPORTED_REDIS_VERSIONS.md b/SUPPORTED_REDIS_VERSIONS.md new file mode 100644 index 0000000000..35ef0e4187 --- /dev/null +++ b/SUPPORTED_REDIS_VERSIONS.md @@ -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.