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 bf41357 commit 52b4a28Copy full SHA for 52b4a28
README.markdown
@@ -1,8 +1,9 @@
1
Resque
2
======
3
4
-Resque is a Redis-backed library for creating background jobs, placing
5
-those jobs on multiple queues, and processing them later.
+Resque (pronounced like "rescue") is a Redis-backed library for creating
+background jobs, placing those jobs on multiple queues, and processing
6
+them later.
7
8
Background jobs can be any Ruby class or module that responds to
9
`perform`. Your existing classes can easily be converted to background
0 commit comments