Skip to content

Commit 4232321

Browse files
committed
Mention Redis version
1 parent 48a1d8c commit 4232321

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,8 @@ tool that's best for your app.
485485
Installing Redis
486486
----------------
487487

488+
Resque requires Redis 0.900 or higher.
489+
488490
Resque uses Redis' lists for its queues. It also stores worker state
489491
data in Redis.
490492

@@ -529,6 +531,9 @@ Resque Dependencies
529531
If you cannot install `yajl-ruby` (JRuby?), you can install the `json`
530532
gem and Resque will use it instead.
531533

534+
When problems arise, make sure you have the newest versions of the
535+
`redis` and `redis-namespace` gems.
536+
532537

533538
Installing Resque
534539
-----------------

0 commit comments

Comments
 (0)