Closed integrii closed 11 years ago
I noticed its failing the TravisCI build but I am not exactly sure why. Perhaps merge this then help me add the appropriate trims??
Hey Eric, this looks great. I'll merge this and see whether I can fix the remaining problems.
I have a very intensive redis application written on codeigniter that runs repeatedly in a loop. Over the past month or so I have found and fixed a lot of things. I recently pulled the newest Redis.php from develop and compiled it against my fixes and tested it in my app. This runs better than the current develop head version and includes all the fixes I have run across. Most notably is the prevention of return characters being considered as the first character in responses. Secondly, both sending and receiving data has been rewritten to support data over 8192 bytes in a better way.