nrk / phpiredis

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

Connection with timeout #31

Closed atlantis3001 closed 7 years ago

atlantis3001 commented 10 years ago

Hello, Can we create a phpiredis connection with a timeout ? I fount this option in hiredis but not in phpiredis.

Regards

seppo0010 commented 10 years ago

It was not implemented when phpiredis first came out and nobody added it. It should be easy enough if you want to submit a Pull Request :grinning:

atlantis3001 commented 10 years ago

Good idea, I do it

remicollet commented 7 years ago

See pr #53 (4th commit)

nrk commented 7 years ago

53 has been merged (thanks @remicollet).