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 commonly failing tests and adjusted travis #246

Closed atais closed 5 years ago

atais commented 5 years ago

This is what I have done:

About travis:

This can be merged before others, I will handle the conflicts.

debasishg commented 5 years ago

should I merge this one only or the other 2 that precedes this as well ?

atais commented 5 years ago

you can start with this one and the next one is #244

245 I believe is correct but I would like to reassure :) and should go as last

debasishg commented 5 years ago

Will it be better to consolidate all the PRs into 1 and remove the redundant ones ?

atais commented 5 years ago

then please focus on #244 since it contains this one and is my gateway for further improvements :)

merge #244 and close this one

I devided them in logical smaller pieces so it would be easier for you to review.