gosexy / redis

Redis client for Go that maps the full redis command list into equivalent Go functions.
MIT License
167 stars 44 forks source link

Getting "write: broken pipe" in logs. Possible reasons? #45

Open shadyabhi opened 8 years ago

shadyabhi commented 8 years ago

My error looks like:-

2016/04/13 13:38:11 Error adding members to set: write tcp 127.0.0.1:56860->127.0.0.1:6379: write: broken pipe

Possible reasons? I don't see anything on Redis's side.