We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a1d8c commit 4232321Copy full SHA for 4232321
README.markdown
@@ -485,6 +485,8 @@ tool that's best for your app.
485
Installing Redis
486
----------------
487
488
+Resque requires Redis 0.900 or higher.
489
+
490
Resque uses Redis' lists for its queues. It also stores worker state
491
data in Redis.
492
@@ -529,6 +531,9 @@ Resque Dependencies
529
531
If you cannot install `yajl-ruby` (JRuby?), you can install the `json`
530
532
gem and Resque will use it instead.
533
534
+When problems arise, make sure you have the newest versions of the
535
+`redis` and `redis-namespace` gems.
536
537
538
Installing Resque
539
-----------------
0 commit comments