1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Tone down the messaging a bit

This commit is contained in:
Mike Perham 2012-02-05 07:55:18 -08:00
parent 431d3929fe
commit f58b7efa58

View file

@ -3,8 +3,8 @@ Sidekiq
Simple, efficient message processing for Ruby.
Sidekiq aims to be a drop-in replacement for Resque. It uses the exact same
message format as Resque so it can slowly replace an existing Resque processing farm.
Sidekiq aims to be 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 messages in Redis to be processed by Sidekiq.