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

Create reconnectable trait for redis cluster #248

Closed atais closed 5 years ago

atais commented 5 years ago

When mixing in the Reconnectable trait it will allow a cluster to rebalance on "its own". It is trying to reconnect to the nodes every "nth" second, by sending health check ping to the nodes.

Changes comments:

@debasishg is there any chance you would release a new version to maven anytime soon?