php-resque/lib/Resque
Chris Boulton 6800fbe5ac fix compatibility with phpredis
* implement a fork helper method that closes the connection to redis before forking (instead of resetting after)
  to work around bugs with phpredis/socket fork handling
* phpredis does not automatically typecast to string, so worker name must be typecasted when registering
2013-01-13 02:59:06 +11:00
..
Failure Remove silly copyright line in docblock comments, update email address, remove copyright year because it is boring to maintain 2012-10-13 17:55:41 +11:00
Job Remove silly copyright line in docblock comments, update email address, remove copyright year because it is boring to maintain 2012-10-13 17:55:41 +11:00
Event.php Remove silly copyright line in docblock comments, update email address, remove copyright year because it is boring to maintain 2012-10-13 17:55:41 +11:00
Exception.php Remove silly copyright line in docblock comments, update email address, remove copyright year because it is boring to maintain 2012-10-13 17:55:41 +11:00
Failure.php make better use of composer across php-resque 2013-01-12 22:40:26 +11:00
Job.php make better use of composer across php-resque 2013-01-12 22:40:26 +11:00
Redis.php replace Redisent with Credis (also adds native phpredis support) 2013-01-12 23:37:38 +11:00
Stat.php Remove silly copyright line in docblock comments, update email address, remove copyright year because it is boring to maintain 2012-10-13 17:55:41 +11:00
Worker.php fix compatibility with phpredis 2013-01-13 02:59:06 +11:00