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

Scala 2.13.0-M4 #219

Closed masahitojp closed 6 years ago

masahitojp commented 6 years ago

Motivation

Notice

Now, Scala 2.13.0-M5 IS NOW AVAILABLE. but scalatest running in Scala 2.13.0-M5 has not been released yet. so I use Scala 2.13.0-M4

https://www.scala-lang.org/news/2.13.0-M5 https://github.com/scalatest/scalatest/issues/1409

debasishg commented 6 years ago

Thanks!