summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej "RooTer" UrbaƄski <rooter@kyberian.net>2018-02-05 00:11:16 +0100
committerSelwin Ong <selwin.ong@gmail.com>2018-02-05 06:11:16 +0700
commit7a8068f57a3f4fedf1b9ef24c59aa1d4353d73e0 (patch)
treeca5f83598d78fb9df4c3a10e81917e13107c8a5e
parentf903943096dc6ffdaeae95ae24c998856f0c4d1b (diff)
downloadrq-gh-pages.tar.gz
update Redis requirement to one specified by readme (#929)gh-pages
-rw-r--r--index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.md b/index.md
index 7db9706..15e77ed 100644
--- a/index.md
+++ b/index.md
@@ -7,7 +7,7 @@ RQ (_Redis Queue_) is a simple Python library for queueing jobs and processing
them in the background with workers. It is backed by Redis and it is designed
to have a low barrier to entry. It can be integrated in your web stack easily.
-RQ requires Redis >= 2.6.0.
+RQ requires Redis >= 2.7.0.
## Getting started