summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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