debasishg / scala-redis

A scala library for connecting to a redis server, or a cluster of redis nodes using consistent hashing on the client side.
1.02k stars 219 forks source link

disconnect socket on SocketTimeoutException to avoid stale data #173

Closed planetenkiller closed 8 years ago

planetenkiller commented 8 years ago

PR to fix #141

debasishg commented 8 years ago

Thanks!