nrk / phpiredis

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

Feature error handler #23

Closed theintz closed 9 years ago

theintz commented 10 years ago

I have moved all the work I did for setting an error handler onto a separate branch. This pull request includes all the commits. It replaces #19.

It extends the original pull request by allowing the error handler to be called from all functions, not just the non-multi functions. It is further called for connection errors as well.