This repository has been archived by the owner on May 16, 2021. It is now read-only.
Releases: fmonniot/sbt-redis-plugin
Releases · fmonniot/sbt-redis-plugin
Version 0.5.0
- 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 yourbuild.sbt
. - Simplify the RedisInstance creation for a single server (no Seq needed)
Start redis for test-only
Thanks to @aschen77 the plugin will also start redis when using the test-only
command.