gomodule / redigo

Go client for Redis
Apache License 2.0
9.76k stars 1.25k forks source link

fix: correct instructions for detecting DialReadTimeout #601

Closed pabigot closed 2 years ago

pabigot commented 2 years ago

The actual string is "i/o timeout", but it's more clear to test error identity in the way documented for net.Conn.

Fixes: #600