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

Added many cluster methods & improved testing #244

Closed atais closed 5 years ago

atais commented 5 years ago

Hi again :smile: please merge after #246

Work in progress for tickets:

and continuation of #243

Added:

atais commented 5 years ago

I went carefully commit by commit to reduce changes. Now the formatting is really broken, and maybe formatting commit for the whole package would be useful, but changes are crystal clear.

I reverted changes for sort and sortNstore methods. Should be fine now :)

atais commented 5 years ago

I have removed breaking changes so I could put them all soon in another commit

See the travis output here https://github.com/atais/scala-redis/commits/cluster-methods