Joël Cox
Joël Cox
Thanks Eric. I'll merge this over the weekend. For the next time, could you make sure that you first pull in the changes and adhere to CodeIgniter's style guide? Thanks!
Just wondering, did you run the unit tests before pushing? I'm getting sendSize is not defined (https://github.com/integrii/codeigniter-redis/blob/b4114e8ccf2cc04fd19716fb9c2d7ec3c4b9c46d/libraries/Redis.php#L196) When I added $send_size = $value_length before the if clause, the unit tests...
Haha :) I guess your returns are always longer than the 8xxx limit, so you never run this branch. Thanks! On Sep 27, 2013, at 10:01 PM, Eric Greer [email protected]...
Yay! CI's style guide can be found here: http://ellislab.com/codeigniter/user-guide/general/styleguide.html On Sep 28, 2013, at 10:08 AM, Eric Greer [email protected] wrote: > I actually have responses of all types. The problem...
Weird stuff, got the same thing here: ``` Read payload of 15872 bytes Writing payload of 16384 bytes Read payload of 16376 bytes Did not read the expected amount of...
``` fsockopen('unix:///tmp/redis.sock') ``` doesn't do the trick either.
Found some info: > I'm extremely happy to say I've now got it working, and it's everything I dreamed it could be. The major bug stopping me was truncation of...
``` PHP 5.3.15 with Suhosin-Patch (cli) (built: Aug 24 2012 17:45:44) ```
Great. Keep us posted.
Ha! Thanks for your thorough investigation Tim. Looking forward to your fork and pull.