Skip to content

v2.0.4

Choose a tag to compare

@curreli curreli released this 14 Oct 11:48
· 17 commits to master since this release

Changes

  • Added withActorSystem factory methods to the Redis companion object. These new methods tell Redis to use the provided ActorSystem instead of creating a new one. Note that Redis will not shutdown the provided ActorSystem upon invoking quit so it is your responsibility to shut it down (see #24).
  • Removed final modifier from Redis, Client, BlockingClient and SubscriberClient classes so that these classes can be mocked in unit tests (see #25).