From 91c6fff601a4915c260c72888929e76a2976f70d Mon Sep 17 00:00:00 2001 From: Josh Hawthorne Date: Thu, 14 Apr 2011 19:43:04 -0500 Subject: [PATCH] updated readme example of how to setBackend to use a single param with a colon for server:port rather than two separate variables --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index ab490bd..7066213 100644 --- a/README.markdown +++ b/README.markdown @@ -47,7 +47,7 @@ Jobs are queued as follows: require_once 'lib/Resque.php'; // Required if redis is located elsewhere - Resque::setBackend('localhost', 6379); + Resque::setBackend('localhost:6379'); $args = array( 'name' => 'Chris'