From 2c3ea00dd93266b59ee649ffc8ff9351708f925b Mon Sep 17 00:00:00 2001 From: Weyoss Date: Mon, 20 Nov 2023 21:44:44 +0100 Subject: [PATCH] docs(README.md): update minimal supported Redis version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa847c32..febb03f4 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ npm i redis-smq@rc Considerations: - Minimal Node.js version is >= 18 (RedisSMQ is tested under current active LTS and maintenance LTS Node.js releases). -- Minimal Redis server version is 2.8.0. +- Minimal Redis server version is 4.0.0. ## Usage