nrk / phpiredis

PHP extension for Redis based on Hiredis
BSD 2-Clause "Simplified" License
490 stars 66 forks source link

Add the ability to create a phpiredis connection from an existing socket #26

Closed stokes3452 closed 10 years ago

stokes3452 commented 10 years ago

Adds the ability to create a phpiredis connection from an existing socket. Used to replace predis/PhpiredisStreamConnection's read function, for significant performance gains

stokes3452 commented 10 years ago

Closing pull request - functionality was extended in /pull/27