From 12e94dc81892846aa7a365feab188820ade7cc4b Mon Sep 17 00:00:00 2001 From: Patrick Liess Date: Mon, 24 Oct 2016 11:44:01 +0200 Subject: [PATCH] Show minimum Redis Version. Closes #23 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4c16e07..fe2fe92 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Helper to simply implement a worker [RSMQ ( Redis Simple Message Queue )](https://github.com/smrchy/rsmq). +Note: RSMQ uses the Redis EVAL command (LUA scripts) so the minimum Redis version is 2.6+. + [![NPM](https://nodei.co/npm/rsmq-worker.png?downloads=true&stars=true)](https://nodei.co/npm/rsmq-worker/) ## Install