From fa9b949d5c5e285902cc85c2b8655f0a74c2bfd0 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Wed, 28 Aug 2019 10:07:03 -0700 Subject: [PATCH] Freshen up --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7d82b9aa..f1958685 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,6 @@ Sidekiq uses threads to handle many jobs at the same time in the same process. It does not require Rails but will integrate tightly with Rails to make background processing dead simple. -Sidekiq is compatible with Resque. It uses the exact same -message format as Resque so it can integrate into an existing Resque processing farm. -You can have Sidekiq and Resque run side-by-side at the same time and -use the Resque client to enqueue jobs in Redis to be processed by Sidekiq. - Performance --------------- @@ -33,12 +28,10 @@ DelayedJob 4.1.1 | - | - | 465 sec | 215 jobs/sec Requirements ----------------- -Sidekiq supports CRuby 2.2.2+ and JRuby 9k. +- Redis: 4.0+ +- Ruby: MRI 2.5+ or JRuby 9.2+. -All Rails releases >= 4.0 are officially supported. - -Redis 2.8 or greater is required. 3.0.3+ is recommended for large -installations with thousands of worker threads. +Sidekiq 6.0 supports Rails 5.0+ but does not require it. Installation