From 950ab06c1a8b97f7b3a1d87997d55e2b69e7d218 Mon Sep 17 00:00:00 2001 From: "chris.boulton" Date: Sat, 26 Feb 2011 20:14:38 +1100 Subject: [PATCH] Add contributors section, and note about requiring Redis 2.2 --- README | 0 README.markdown | 11 +++++++++++ 2 files changed, 11 insertions(+) delete mode 100644 README diff --git a/README b/README deleted file mode 100644 index e69de29..0000000 diff --git a/README.markdown b/README.markdown index d300b4c..6ab3f98 100644 --- a/README.markdown +++ b/README.markdown @@ -36,6 +36,8 @@ not exit with a status code as 0 * Has built in support for `setUp` and `tearDown` methods, called pre and post jobs +Note: php-resque requires at least Redis 2.2. + ## Jobs ## ### Queueing Jobs ### @@ -235,3 +237,12 @@ include E. $ QUEUE=file_serve php -c ./ resque.php +## Contributors ## + +* chrisboulton +* thedotedge +* hobodave +* scraton +* KevBurnsJr +* jmathai +* dceballos