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

fix initialization after reconnect debasishg/scala-redis#185 #255

Closed voidconductor closed 4 years ago

voidconductor commented 4 years ago

Maybe those parts of client require proper refactoring, but here's a quick fix which doesn't change api too much

debasishg commented 4 years ago

Thanks .. I will go through it and merge over the weekend.