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

Running all tests with docker #247

Closed atais closed 5 years ago

atais commented 5 years ago

Now you do not need to start Redis Servers on your own.

Just run with SBT. Also now we can run tests in parallel! :fireworks:

Solving #179

its integrated in #245, you can merge #245 and this will be included