scredis v2.0.4 Release Notes

Release Date: 2014-10-14 // over 9 years ago
  • 🔄 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).