php-resque/lib/Resque
lauripiisang 4b85638ccf Add support for unprotected unix socket
- You can now provide a unix socket based redis connection: 
   - `Resque::setBackend('unix:///path/to/redis.sock')`
 - username/password/db in unix socket dsn currently unsupported: 
   - This middle layer for Dsn parsing seemed too clunky for me to introduce user/pass/db parsing for unix sockets.
2016-08-15 16:33:18 +03:00
..
Failure removed all closing PHP tags 2016-03-08 12:19:05 +01:00
Job removed all closing PHP tags 2016-03-08 12:19:05 +01: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 removed all closing PHP tags 2016-03-08 12:19:05 +01:00
Failure.php make better use of composer across php-resque 2013-01-12 22:40:26 +11:00
Job.php removed all closing PHP tags 2016-03-08 12:19:05 +01:00
Log.php Added basic logging class for a fallback 2013-06-25 12:01:50 -07:00
Redis.php Add support for unprotected unix socket 2016-08-15 16:33:18 +03: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 Move declare(ticks = 1) to top 2016-08-03 20:40:30 +02:00