From f0570a0858b4fa021eae79a311047d59070594e5 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Wed, 7 May 2014 19:37:50 +0200 Subject: [PATCH] RQ requires Redis 2.6 For lua scripting support. --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index f6526f9e..85ae4051 100644 --- a/index.md +++ b/index.md @@ -8,7 +8,7 @@ them in the background with workers. It is backed by Redis and it is designed to have a low barrier to entry. It should be integrated in your web stack easily. -RQ requires Redis >= 2.2.0. +RQ requires Redis >= 2.6.0. ## Getting started