From 85badaf4a056cf9f225a32fe89d537c0097a1897 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Mon, 8 Sep 2014 13:25:35 +0200 Subject: [PATCH] Indicate required Redis version in README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 31302564..d2e3db4c 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ 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.6.0. + [![Build status](https://travis-ci.org/nvie/rq.svg?branch=master)](https://secure.travis-ci.org/nvie/rq) [![Downloads](https://pypip.in/d/rq/badge.svg)](https://pypi.python.org/pypi/rq) [![Can I Use Python 3?](https://caniusepython3.com/project/rq.svg)](https://caniusepython3.com/project/rq)