By James R. Bracy Resque is a queueing system that is backed by Redis. Common use cases include sending emails and processing data. For more information about Resque itself, visit http://github.com/defunkt/resque. This tutorial will cover setting up Resque with Rails and Redis To Go. Being a Rails programmer, the easiest solution for background processing was Delayed Job. Delayed Job did well when