redis-cache-zend-framework icon indicating copy to clipboard operation
redis-cache-zend-framework copied to clipboard

Add support for connection timeout

Open sebb opened this issue 6 years ago • 0 comments

The default behaviour stays the same, a timeout of 0s means unlimited as specified on https://github.com/phpredis/phpredis#connect-open

This simply allows the connection to fail a lot faster in case Redis is somehow unreachable.

sebb avatar Nov 23 '18 01:11 sebb