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

Releases: fmonniot/sbt-redis-plugin

Version 0.5.0

27 Jan 13:36
Compare
Choose a tag to compare
  • 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)

Start redis for test-only

13 Jul 21:59
Compare
Choose a tag to compare

Thanks to @aschen77 the plugin will also start redis when using the test-only command.