From c6f79784640f95635b5e575e6691caa47350e948 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Mon, 9 Mar 2015 09:21:40 +0100 Subject: [PATCH] Fix non-truth in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b1fa710..b317dd1b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,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.6.0. +RQ requires Redis >= 2.7.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)