mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 08:15:14 +00:00
Merge pull request #17 from joshhawthorne/master
Just a quick update to the readme - setBackend only takes a single argument with a colon delimited host/port.
This commit is contained in:
commit
c67ad8dad8
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user