petergoldstein / dalli

High performance memcached client for Ruby
MIT License
3.1k stars 451 forks source link

Handle IO::TimeoutError when establishing connection #993

Closed eugeneius closed 9 months ago

eugeneius commented 9 months ago

Since https://github.com/petergoldstein/dalli/pull/977, Dalli::Socket::TCP.open can also raise this error.

petergoldstein commented 9 months ago

Thanks @eugeneius !