Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Version 0.5.0

Latest
Compare
Choose a tag to compare
@fmonniot fmonniot released this 27 Jan 13:36
· 6 commits to master since this release
  • Use sbt TestsListener to start/stop cluster around the test task.
    Not before nor after like before. Which also mean you can now use
    any test commands multiple times in the same sbt session.
  • Auto import all redis-plugin keys. No more import redis.embedded.util.{Architecture, OS}
    in your build.sbt.
  • Simplify the RedisInstance creation for a single server (no Seq needed)