RQ requires Redis 2.6

For lua scripting support.
This commit is contained in:
Vincent Driessen 2014-05-07 19:37:50 +02:00
parent 95df0e70e5
commit f0570a0858
1 changed files with 1 additions and 1 deletions

View File

@ -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