redis-cache-zend-framework
redis-cache-zend-framework copied to clipboard
Add support for connection timeout
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.