Allen Torres
a5b70a5cbd
Added a sleep call for a second before establishing another connection.
2012-12-28 10:39:34 -05:00
Allen Torres
e4f39a6093
Updated Redisent.php to attempt three reconnects to the redis server before giving up. Also supressed fwrite errors.
2012-12-28 09:33:09 -05:00
scragg0x
a8a7db51ca
Disable autoload for the class_exists func
...
I ran into an autoload problem because of this class_exists function.
So I set the second arg to false to prevent it from calling __autoload.
It doesn't make sense to try (to autoload) anyway because it's going to
declare a skeleton if the class doesn't exist.
2012-09-07 13:36:15 -05:00
Matt Heath
5b89607e4b
Fix issue #19 by ensuring RedisException is not redeclared
2012-05-10 15:01:00 +01:00
d11wtq
c90e21d88e
Fix a bug where the worker would spin out of control taking the server with it, if the redis connection was interrupted even briefly. Use SIGPIPE to trap this scenario cleanly.
2011-09-24 15:08:53 +10:00
chris.boulton
0372a27ab7
Remove lambda and namespaces causing PHP 5.2 incompatibility
2011-03-27 15:02:06 +11:00
Oleg Topchiy
d39a5f57d6
updated redisent to make it redis 2.2 compatible
2011-02-25 21:41:54 +02:00
chris.boulton
4bc96dd88c
require -> require_once
2010-12-16 16:16:32 +11:00
chris.boulton
c80b1048d8
Load Redisent from the correct location
2010-12-16 16:03:41 +11:00
KevBurnsJr
5fcd195db1
Fixing bug in Redisent causing Resque to ignore queue items larger than 1Kb.
2010-11-08 11:35:33 -08:00
Chris Boulton
cb4205d508
Initial commit
2010-04-18 23:58:43 +10:00