Merge branch 'blocking-list-pop' of github.com:ruudk/php-resque into blocking-list-pop

Conflicts:
	bin/resque
	lib/Resque.php
	lib/Resque/Job.php
This commit is contained in:
Ruud Kamphuis 2013-05-29 09:31:53 +02:00
commit 2794dd54a9
2 changed files with 3 additions and 5 deletions

View file

@ -62,7 +62,7 @@ class Resque
self::$redis = new Resque_Redis($server, self::$redisDatabase);
return self::$redis;
}
/**
* fork() helper method for php-resque that handles issues PHP socket
* and phpredis have with passing around sockets between child/parent